#29F93E

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

Shades of Lime Green #29F93E

Tints of Lime Green #29F93E

Color information

#29F93E (or 0x29F93E) is unknown color: approx Lime Green. HEX triplet: 29, F9 and 3E. RGB value is (41,249,62). Sum of RGB (Red+Green+Blue) = 41+249+62=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 249 (97.66% from 255 or 70.74% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 249 - color contains mainly: green. Hex color #29F93E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29F93E is #D606C1. Grayscale: #A6A6A6. Windows color (decimal): -14026434 or 4127017. OLE color: 4127017.

HSL color Cylindrical-coordinate representation of color #29F93E: hue angle of 126.06º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29F93E is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB4124962-
CMYK0.8400.750.02
HSL126.06º94.55%56.86%-
HSV(B)126.06º83.53%97.65%-
XYZ35.6668.5715.91-
YUV165.4969.5939.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.65%
GREEN value IS 249 (97.66% from 255) = 70.74%
BLUE value IS 62 (24.61% from 255) = 17.61%
R=11.65%
G=70.74%
B=17.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal41249620.8400.750.02126.0694.5556.86
Hex29F93E5404B27e5f39
Octal51371761240113217613771
Binary101001111110011111101010100010010111011111101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29F93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,249,62); }

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

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

 a { background-color: rgb(41,249,62); }

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

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

 span { border-color: rgb(41,249,62); }

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