Shades of Lime Green #1CC529
Tints of Lime Green #1CC529
RGB
CMYK
RGB Variations
Color information
#1CC529 (or 0x1CC529) is known color: Lime Green. HEX triplet: 1C, C5 and 29. RGB value is (28,197,41). Sum of RGB (Red+Green+Blue) = 28+197+41=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 197 (77.34% from 255 or 74.06% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 197 - color contains mainly: green. Hex color #1CC529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC529 is #E33AD6. Grayscale: #818181. Windows color (decimal): -14891735 or 2737436. OLE color: 2737436.
HSL color Cylindrical-coordinate representation of color #1CC529: hue angle of 124.62º 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 #1CC529 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 197 | 41 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.23 |
| HSL | 124.62º | 0.75% | 0.44% | - |
| HSV(B) | 124.62º | 0.86% | 0.77% | - |
| XYZ | 20.85 | 40.34 | 8.79 | - |
| YUV | 128.69 | 78.51 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 197 | 41 | 0.86 | 0 | 0.79 | 0.23 | 124.62 | 0.75 | 0.44 |
| Hex | 1C | C5 | 29 | 56 | 0 | 4F | 17 | 7D | 4B | 2C |
| Octal | 34 | 305 | 51 | 126 | 0 | 117 | 27 | 175 | 113 | 54 |
| Binary | 11100 | 11000101 | 101001 | 1010110 | 0 | 1001111 | 10111 | 1111101 | 1001011 | 101100 |
Color Harmonies of #1CC529
Complementary color
Monochromatic Colors of #1CC529
Black with #1CC529
Text Example
Text Example
White with #1CC529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC529; }
p { color: rgb(28,197,41); }
H1.HeaderClassName
{
color: #1CC529;
}
.AnyTagClassName
{
color: #1CC529;
}
</style>
background-color css
<style>
a { background-color: #1CC529; }
a { background-color: rgb(28,197,41); }
div.DivClassName
{
background-color: #1CC529;
}
.BgClassName
{
background-color: #1CC529;
}
</style>
border-color css
<style>
span { border-color: #1CC529; }
span { border-color: rgb(28,197,41); }
td.TdClassName
{
border-color: #1CC529;
}
.TagClassName
{
border-color: #1CC529;
}
</style>