#2DC227

Color #2DC227 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2DC227

Tints of Lime Green #2DC227

Color information

#2DC227 (or 0x2DC227) is unknown color: approx Lime Green. HEX triplet: 2D, C2 and 27. RGB value is (45,194,39). Sum of RGB (Red+Green+Blue) = 45+194+39=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 194 (76.17% from 255 or 69.78% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC227 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC227 is #D23DD8. Grayscale: #848484. Windows color (decimal): -13778393 or 2605613. OLE color: 2605613.

HSL color Cylindrical-coordinate representation of color #2DC227: hue angle of 117.68º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DC227 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB4519439-
CMYK0.7700.800.24
HSL117.68º66.52%45.69%-
HSV(B)117.68º79.9%76.08%-
XYZ20.7439.298.41-
YUV131.7875.6466.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 16.19%
GREEN value IS 194 (76.17% from 255) = 69.78%
BLUE value IS 39 (15.62% from 255) = 14.03%
R=16.19%
G=69.78%
B=14.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal45194390.7700.800.24117.6866.5245.69
Hex2DC2274D0501876432e
Octal553024711501203016610356
Binary101101110000101001111001101010100001100011101101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2DC227; }

 p { color: rgb(45,194,39); }

 H1.HeaderClassName
 {
   color: #2DC227;
 }
 .AnyTagClassName
 {
   color: #2DC227;
 }
</style>
background-color css

<style>
 a { background-color: #2DC227; }

 a { background-color: rgb(45,194,39); }

 div.DivClassName
 {
   background-color: #2DC227;
 }
 .BgClassName
 {
   background-color: #2DC227;
 }
</style>
border-color css

<style>
 span { border-color: #2DC227; }

 span { border-color: rgb(45,194,39); }

 td.TdClassName
 {
   border-color: #2DC227;
 }
 .TagClassName
 {
   border-color: #2DC227;
 }
</style>