#29EF2A

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

Shades of Lime Green #29EF2A

Tints of Lime Green #29EF2A

Color information

#29EF2A (or 0x29EF2A) is unknown color: approx Lime Green. HEX triplet: 29, EF and 2A. RGB value is (41,239,42). Sum of RGB (Red+Green+Blue) = 41+239+42=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 239 (93.75% from 255 or 74.22% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 239 - color contains mainly: green. Hex color #29EF2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29EF2A is #D610D5. Grayscale: #9D9D9D. Windows color (decimal): -14029014 or 2813737. OLE color: 2813737.

HSL color Cylindrical-coordinate representation of color #29EF2A: hue angle of 120.3º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29EF2A is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB4123942-
CMYK0.8300.820.06
HSL120.3º86.09%54.9%-
HSV(B)120.3º82.85%93.73%-
XYZ32.262.3712.53-
YUV157.3462.945.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.73%
GREEN value IS 239 (93.75% from 255) = 74.22%
BLUE value IS 42 (16.80% from 255) = 13.04%
R=12.73%
G=74.22%
B=13.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal41239420.8300.820.06120.386.0954.9
Hex29EF2A530526785637
Octal51357521230122617012667
Binary1010011110111110101010100110101001011011110001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29EF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,239,42); }

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

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

 a { background-color: rgb(41,239,42); }

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

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

 span { border-color: rgb(41,239,42); }

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