#2DAE27

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

Shades of Lime Green #2DAE27

Tints of Lime Green #2DAE27

Color information

#2DAE27 (or 0x2DAE27) is unknown color: approx Lime Green. HEX triplet: 2D, AE and 27. RGB value is (45,174,39). Sum of RGB (Red+Green+Blue) = 45+174+39=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 174 (68.36% from 255 or 67.44% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAE27 is #D251D8. Grayscale: #787878. Windows color (decimal): -13783513 or 2600493. OLE color: 2600493.

HSL color Cylindrical-coordinate representation of color #2DAE27: hue angle of 117.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DAE27 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB4517439-
CMYK0.7400.780.32
HSL117.33º63.38%41.76%-
HSV(B)117.33º77.59%68.24%-
XYZ16.5830.987.02-
YUV120.0482.2674.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.44%
GREEN value IS 174 (68.36% from 255) = 67.44%
BLUE value IS 39 (15.62% from 255) = 15.12%
R=17.44%
G=67.44%
B=15.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal45174390.7400.780.32117.3363.3841.76
Hex2DAE274A04E20753f2a
Octal55256471120116401657752
Binary101101101011101001111001010010011101000001110101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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