Shades of Lime Green #1CC429
Tints of Lime Green #1CC429
RGB
CMYK
RGB Variations
Color information
#1CC429 (or 0x1CC429) is known color: Lime Green. HEX triplet: 1C, C4 and 29. RGB value is (28,196,41). Sum of RGB (Red+Green+Blue) = 28+196+41=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 196 (76.95% from 255 or 73.96% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC429 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC429 is #E33BD6. Grayscale: #808080. Windows color (decimal): -14891991 or 2737180. OLE color: 2737180.
HSL color Cylindrical-coordinate representation of color #1CC429: hue angle of 124.64º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC429 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 196 | 41 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.23 |
| HSL | 124.64º | 0.75% | 0.44% | - |
| HSV(B) | 124.64º | 0.86% | 0.77% | - |
| XYZ | 20.62 | 39.89 | 8.71 | - |
| YUV | 128.1 | 78.84 | 56.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 196 | 41 | 0.86 | 0 | 0.79 | 0.23 | 124.64 | 0.75 | 0.44 |
| Hex | 1C | C4 | 29 | 56 | 0 | 4F | 17 | 7D | 4B | 2C |
| Octal | 34 | 304 | 51 | 126 | 0 | 117 | 27 | 175 | 113 | 54 |
| Binary | 11100 | 11000100 | 101001 | 1010110 | 0 | 1001111 | 10111 | 1111101 | 1001011 | 101100 |
Color Harmonies of #1CC429
Complementary color
Monochromatic Colors of #1CC429
Black with #1CC429
Text Example
Text Example
White with #1CC429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC429; }
p { color: rgb(28,196,41); }
H1.HeaderClassName
{
color: #1CC429;
}
.AnyTagClassName
{
color: #1CC429;
}
</style>
background-color css
<style>
a { background-color: #1CC429; }
a { background-color: rgb(28,196,41); }
div.DivClassName
{
background-color: #1CC429;
}
.BgClassName
{
background-color: #1CC429;
}
</style>
border-color css
<style>
span { border-color: #1CC429; }
span { border-color: rgb(28,196,41); }
td.TdClassName
{
border-color: #1CC429;
}
.TagClassName
{
border-color: #1CC429;
}
</style>