Shades of Lime Green #29CB1C
Tints of Lime Green #29CB1C
RGB
CMYK
RGB Variations
Color information
#29CB1C (or 0x29CB1C) is known color: Lime Green. HEX triplet: 29, CB and 1C. RGB value is (41,203,28). Sum of RGB (Red+Green+Blue) = 41+203+28=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 203 (79.69% from 255 or 74.63% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 203 - color contains mainly: green. Hex color #29CB1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CB1C is #D634E3. Grayscale: #878787. Windows color (decimal): -14038244 or 1887017. OLE color: 1887017.
HSL color Cylindrical-coordinate representation of color #29CB1C: hue angle of 115.54º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #29CB1C is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 203 | 28 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.20 |
| HSL | 115.54º | 0.76% | 0.45% | - |
| HSV(B) | 115.54º | 0.86% | 0.8% | - |
| XYZ | 22.48 | 43.27 | 8.27 | - |
| YUV | 134.61 | 67.83 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 203 | 28 | 0.80 | 0 | 0.86 | 0.20 | 115.54 | 0.76 | 0.45 |
| Hex | 29 | CB | 1C | 50 | 0 | 56 | 14 | 74 | 4C | 2D |
| Octal | 51 | 313 | 34 | 120 | 0 | 126 | 24 | 164 | 114 | 55 |
| Binary | 101001 | 11001011 | 11100 | 1010000 | 0 | 1010110 | 10100 | 1110100 | 1001100 | 101101 |
Color Harmonies of #29CB1C
Complementary color
Monochromatic Colors of #29CB1C
Black with #29CB1C
Text Example
Text Example
White with #29CB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CB1C; }
p { color: rgb(41,203,28); }
H1.HeaderClassName
{
color: #29CB1C;
}
.AnyTagClassName
{
color: #29CB1C;
}
</style>
background-color css
<style>
a { background-color: #29CB1C; }
a { background-color: rgb(41,203,28); }
div.DivClassName
{
background-color: #29CB1C;
}
.BgClassName
{
background-color: #29CB1C;
}
</style>
border-color css
<style>
span { border-color: #29CB1C; }
span { border-color: rgb(41,203,28); }
td.TdClassName
{
border-color: #29CB1C;
}
.TagClassName
{
border-color: #29CB1C;
}
</style>