#29CB3C

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

Shades of Lime Green #29CB3C

Tints of Lime Green #29CB3C

Color information

#29CB3C (or 0x29CB3C) is unknown color: approx Lime Green. HEX triplet: 29, CB and 3C. RGB value is (41,203,60). Sum of RGB (Red+Green+Blue) = 41+203+60=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 203 (79.69% from 255 or 66.78% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 203 - color contains mainly: green. Hex color #29CB3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CB3C is #D634C3. Grayscale: #8A8A8A. Windows color (decimal): -14038212 or 3984169. OLE color: 3984169.

HSL color Cylindrical-coordinate representation of color #29CB3C: hue angle of 127.04º degrees, saturation: 0.66, 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 #29CB3C is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB4120360-
CMYK0.8000.700.20
HSL127.04º66.39%47.84%-
HSV(B)127.04º79.8%79.61%-
XYZ23.0943.5111.46-
YUV138.2683.8358.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.49%
GREEN value IS 203 (79.69% from 255) = 66.78%
BLUE value IS 60 (23.83% from 255) = 19.74%
R=13.49%
G=66.78%
B=19.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal41203600.8000.700.20127.0466.3947.84
Hex29CB3C50046147f4230
Octal513137412001062417710260
Binary101001110010111111001010000010001101010011111111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CB3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,203,60); }

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

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

 a { background-color: rgb(41,203,60); }

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

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

 span { border-color: rgb(41,203,60); }

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