#29CF20

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

Shades of Lime Green #29CF20

Tints of Lime Green #29CF20

Color information

#29CF20 (or 0x29CF20) is unknown color: approx Lime Green. HEX triplet: 29, CF and 20. RGB value is (41,207,32). Sum of RGB (Red+Green+Blue) = 41+207+32=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 207 (81.25% from 255 or 73.93% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 207 - color contains mainly: green. Hex color #29CF20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CF20 is #D630DF. Grayscale: #898989. Windows color (decimal): -14037216 or 2150185. OLE color: 2150185.

HSL color Cylindrical-coordinate representation of color #29CF20: hue angle of 116.91º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #29CF20 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB4120732-
CMYK0.8000.850.19
HSL116.91º73.22%46.86%-
HSV(B)116.91º84.54%81.18%-
XYZ23.4945.28.85-
YUV137.4268.559.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.64%
GREEN value IS 207 (81.25% from 255) = 73.93%
BLUE value IS 32 (12.89% from 255) = 11.43%
R=14.64%
G=73.93%
B=11.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal41207320.8000.850.19116.9173.2246.86
Hex29CF20500551375492f
Octal513174012001252316511157
Binary101001110011111000001010000010101011001111101011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,207,32); }

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

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

 a { background-color: rgb(41,207,32); }

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

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

 span { border-color: rgb(41,207,32); }

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