#29ce20

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

Shades of Lime Green #29CE20

Tints of Lime Green #29CE20

Color information

#29CE20 (or 0x29CE20) is unknown color: approx Lime Green. HEX triplet: 29, CE and 20. RGB value is (41,206,32). Sum of RGB (Red+Green+Blue) = 41+206+32=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 206 (80.86% from 255 or 73.84% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 206 - color contains mainly: green. Hex color #29CE20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CE20 is #D631DF. Grayscale: #898989. Windows color (decimal): -14037472 or 2149929. OLE color: 2149929.

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

Color convert

RGB4120632-
CMYK0.8000.840.19
HSL116.9º73.11%46.67%-
HSV(B)116.9º84.47%80.78%-
XYZ23.2544.728.77-
YUV136.8368.8459.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.70%
GREEN value IS 206 (80.86% from 255) = 73.84%
BLUE value IS 32 (12.89% from 255) = 11.47%
R=14.70%
G=73.84%
B=11.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal41206320.8000.840.19116.973.1146.67
Hex29CE20500541375492f
Octal513164012001242316511157
Binary101001110011101000001010000010101001001111101011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29ce20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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