#29DE27

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

Shades of Lime Green #29DE27

Tints of Lime Green #29DE27

Color information

#29DE27 (or 0x29DE27) is unknown color: approx Lime Green. HEX triplet: 29, DE and 27. RGB value is (41,222,39). Sum of RGB (Red+Green+Blue) = 41+222+39=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 222 (87.11% from 255 or 73.51% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 222 - color contains mainly: green. Hex color #29DE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29DE27 is #D621D8. Grayscale: #939393. Windows color (decimal): -14033369 or 2612777. OLE color: 2612777.

HSL color Cylindrical-coordinate representation of color #29DE27: hue angle of 119.34º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29DE27 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB4122239-
CMYK0.8200.820.13
HSL119.34º73.49%51.18%-
HSV(B)119.34º82.43%87.06%-
XYZ27.452.8610.68-
YUV147.0267.0352.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.58%
GREEN value IS 222 (87.11% from 255) = 73.51%
BLUE value IS 39 (15.62% from 255) = 12.91%
R=13.58%
G=73.51%
B=12.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal41222390.8200.820.13119.3473.4951.18
Hex29DE2752052D774933
Octal513364712201221516711163
Binary10100111011110100111101001001010010110111101111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29DE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29DE27; }

 p { color: rgb(41,222,39); }

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

<style>
 a { background-color: #29DE27; }

 a { background-color: rgb(41,222,39); }

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

<style>
 span { border-color: #29DE27; }

 span { border-color: rgb(41,222,39); }

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