#29CA2F

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

Shades of Lime Green #29CA2F

Tints of Lime Green #29CA2F

Color information

#29CA2F (or 0x29CA2F) is unknown color: approx Lime Green. HEX triplet: 29, CA and 2F. RGB value is (41,202,47). Sum of RGB (Red+Green+Blue) = 41+202+47=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 202 (79.30% from 255 or 69.66% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 202 - color contains mainly: green. Hex color #29CA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CA2F is #D635D0. Grayscale: #888888. Windows color (decimal): -14038481 or 3131945. OLE color: 3131945.

HSL color Cylindrical-coordinate representation of color #29CA2F: hue angle of 122.24º 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 #29CA2F is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB4120247-
CMYK0.8000.770.21
HSL122.24º66.26%47.65%-
HSV(B)122.24º79.7%79.22%-
XYZ22.5542.929.78-
YUV136.1977.6660.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.14%
GREEN value IS 202 (79.30% from 255) = 69.66%
BLUE value IS 47 (18.75% from 255) = 16.21%
R=14.14%
G=69.66%
B=16.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41202470.8000.770.21122.2466.2647.65
Hex29CA2F5004D157a4230
Octal513125712001152517210260
Binary101001110010101011111010000010011011010111110101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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