#29EE42

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

Shades of Lime Green #29EE42

Tints of Lime Green #29EE42

Color information

#29EE42 (or 0x29EE42) is unknown color: approx Lime Green. HEX triplet: 29, EE and 42. RGB value is (41,238,66). Sum of RGB (Red+Green+Blue) = 41+238+66=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 238 (93.36% from 255 or 68.99% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 238 - color contains mainly: green. Hex color #29EE42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29EE42 is #D611BD. Grayscale: #9F9F9F. Windows color (decimal): -14029246 or 4386345. OLE color: 4386345.

HSL color Cylindrical-coordinate representation of color #29EE42: hue angle of 127.61º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29EE42 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB4123866-
CMYK0.8300.720.07
HSL127.61º85.28%54.71%-
HSV(B)127.61º82.77%93.33%-
XYZ32.4762.0115.41-
YUV159.4975.2343.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.88%
GREEN value IS 238 (93.36% from 255) = 68.99%
BLUE value IS 66 (26.17% from 255) = 19.13%
R=11.88%
G=68.99%
B=19.13%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal41238660.8300.720.07127.6185.2854.71
Hex29EE42530487805537
Octal513561021230110720012567
Binary101001111011101000010101001101001000111100000001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29EE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,238,66); }

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

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

 a { background-color: rgb(41,238,66); }

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

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

 span { border-color: rgb(41,238,66); }

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