#29CC2A

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

Shades of Lime Green #29CC2A

Tints of Lime Green #29CC2A

Color information

#29CC2A (or 0x29CC2A) is unknown color: approx Lime Green. HEX triplet: 29, CC and 2A. RGB value is (41,204,42). Sum of RGB (Red+Green+Blue) = 41+204+42=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 204 (80.08% from 255 or 71.08% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 204 - color contains mainly: green. Hex color #29CC2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CC2A is #D633D5. Grayscale: #898989. Windows color (decimal): -14037974 or 2804777. OLE color: 2804777.

HSL color Cylindrical-coordinate representation of color #29CC2A: hue angle of 120.37º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CC2A is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB4120442-
CMYK0.8000.790.2
HSL120.37º66.53%48.04%-
HSV(B)120.37º79.9%80%-
XYZ22.9343.829.44-
YUV136.874.559.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.29%
GREEN value IS 204 (80.08% from 255) = 71.08%
BLUE value IS 42 (16.80% from 255) = 14.63%
R=14.29%
G=71.08%
B=14.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41204420.8000.790.2120.3766.5348.04
Hex29CC2A5004F14784330
Octal513145212001172417010360
Binary101001110011001010101010000010011111010011110001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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