#29CA2B

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

Shades of Lime Green #29CA2B

Tints of Lime Green #29CA2B

Color information

#29CA2B (or 0x29CA2B) is unknown color: approx Lime Green. HEX triplet: 29, CA and 2B. RGB value is (41,202,43). Sum of RGB (Red+Green+Blue) = 41+202+43=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 202 (79.30% from 255 or 70.63% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 202 - color contains mainly: green. Hex color #29CA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CA2B is #D635D4. Grayscale: #888888. Windows color (decimal): -14038485 or 2869801. OLE color: 2869801.

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

Color convert

RGB4120243-
CMYK0.8000.790.21
HSL120.75º66.26%47.65%-
HSV(B)120.75º79.7%79.22%-
XYZ22.4742.899.38-
YUV135.7375.6660.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.34%
GREEN value IS 202 (79.30% from 255) = 70.63%
BLUE value IS 43 (17.19% from 255) = 15.03%
R=14.34%
G=70.63%
B=15.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41202430.8000.790.21120.7566.2647.65
Hex29CA2B5004F15794230
Octal513125312001172517110260
Binary101001110010101010111010000010011111010111110011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,202,43); }

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

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

 a { background-color: rgb(41,202,43); }

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

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

 span { border-color: rgb(41,202,43); }

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