Shades of Lime Green #29CC3C
Tints of Lime Green #29CC3C
RGB
CMYK
RGB Variations
Color information
#29CC3C (or 0x29CC3C) is known color: Lime Green. HEX triplet: 29, CC and 3C. RGB value is (41,204,60). Sum of RGB (Red+Green+Blue) = 41+204+60=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 204 (80.08% from 255 or 66.89% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 204 - color contains mainly: green. Hex color #29CC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CC3C is #D633C3. Grayscale: #8B8B8B. Windows color (decimal): -14037956 or 3984425. OLE color: 3984425.
HSL color Cylindrical-coordinate representation of color #29CC3C: hue angle of 126.99º 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 #29CC3C is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 204 | 60 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.2 |
| HSL | 126.99º | 0.67% | 0.48% | - |
| HSV(B) | 126.99º | 0.8% | 0.8% | - |
| XYZ | 23.32 | 43.98 | 11.54 | - |
| YUV | 138.85 | 83.5 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 204 | 60 | 0.80 | 0 | 0.71 | 0.2 | 126.99 | 0.67 | 0.48 |
| Hex | 29 | CC | 3C | 50 | 0 | 47 | 14 | 7F | 43 | 30 |
| Octal | 51 | 314 | 74 | 120 | 0 | 107 | 24 | 177 | 103 | 60 |
| Binary | 101001 | 11001100 | 111100 | 1010000 | 0 | 1000111 | 10100 | 1111111 | 1000011 | 110000 |
Color Harmonies of #29CC3C
Complementary color
Monochromatic Colors of #29CC3C
Black with #29CC3C
Text Example
Text Example
White with #29CC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CC3C; }
p { color: rgb(41,204,60); }
H1.HeaderClassName
{
color: #29CC3C;
}
.AnyTagClassName
{
color: #29CC3C;
}
</style>
background-color css
<style>
a { background-color: #29CC3C; }
a { background-color: rgb(41,204,60); }
div.DivClassName
{
background-color: #29CC3C;
}
.BgClassName
{
background-color: #29CC3C;
}
</style>
border-color css
<style>
span { border-color: #29CC3C; }
span { border-color: rgb(41,204,60); }
td.TdClassName
{
border-color: #29CC3C;
}
.TagClassName
{
border-color: #29CC3C;
}
</style>