Shades of Lime Green #1CC929
Tints of Lime Green #1CC929
RGB
CMYK
RGB Variations
Color information
#1CC929 (or 0x1CC929) is known color: Lime Green. HEX triplet: 1C, C9 and 29. RGB value is (28,201,41). Sum of RGB (Red+Green+Blue) = 28+201+41=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 201 (78.91% from 255 or 74.44% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 201 - color contains mainly: green. Hex color #1CC929 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC929 is #E336D6. Grayscale: #838383. Windows color (decimal): -14890711 or 2738460. OLE color: 2738460.
HSL color Cylindrical-coordinate representation of color #1CC929: hue angle of 124.51º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC929 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 201 | 41 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.21 |
| HSL | 124.51º | 0.76% | 0.45% | - |
| HSV(B) | 124.51º | 0.86% | 0.79% | - |
| XYZ | 21.77 | 42.18 | 9.09 | - |
| YUV | 131.03 | 77.19 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 201 | 41 | 0.86 | 0 | 0.80 | 0.21 | 124.51 | 0.76 | 0.45 |
| Hex | 1C | C9 | 29 | 56 | 0 | 50 | 15 | 7D | 4C | 2D |
| Octal | 34 | 311 | 51 | 126 | 0 | 120 | 25 | 175 | 114 | 55 |
| Binary | 11100 | 11001001 | 101001 | 1010110 | 0 | 1010000 | 10101 | 1111101 | 1001100 | 101101 |
Color Harmonies of #1CC929
Complementary color
Monochromatic Colors of #1CC929
Black with #1CC929
Text Example
Text Example
White with #1CC929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC929; }
p { color: rgb(28,201,41); }
H1.HeaderClassName
{
color: #1CC929;
}
.AnyTagClassName
{
color: #1CC929;
}
</style>
background-color css
<style>
a { background-color: #1CC929; }
a { background-color: rgb(28,201,41); }
div.DivClassName
{
background-color: #1CC929;
}
.BgClassName
{
background-color: #1CC929;
}
</style>
border-color css
<style>
span { border-color: #1CC929; }
span { border-color: rgb(28,201,41); }
td.TdClassName
{
border-color: #1CC929;
}
.TagClassName
{
border-color: #1CC929;
}
</style>