#29CA37

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

Shades of Lime Green #29CA37

Tints of Lime Green #29CA37

Color information

#29CA37 (or 0x29CA37) is unknown color: approx Lime Green. HEX triplet: 29, CA and 37. RGB value is (41,202,55). Sum of RGB (Red+Green+Blue) = 41+202+55=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 202 (79.30% from 255 or 67.79% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 202 - color contains mainly: green. Hex color #29CA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CA37 is #D635C8. Grayscale: #898989. Windows color (decimal): -14038473 or 3656233. OLE color: 3656233.

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

Color convert

RGB4120255-
CMYK0.8000.730.21
HSL125.22º66.26%47.65%-
HSV(B)125.22º79.7%79.22%-
XYZ22.7242.9910.71-
YUV137.181.6659.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.76%
GREEN value IS 202 (79.30% from 255) = 67.79%
BLUE value IS 55 (21.88% from 255) = 18.46%
R=13.76%
G=67.79%
B=18.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41202550.8000.730.21125.2266.2647.65
Hex29CA3750049157d4230
Octal513126712001112517510260
Binary101001110010101101111010000010010011010111111011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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