Shades of Lime Green #1CC02C
Tints of Lime Green #1CC02C
RGB
CMYK
RGB Variations
Color information
#1CC02C (or 0x1CC02C) is known color: Lime Green. HEX triplet: 1C, C0 and 2C. RGB value is (28,192,44). Sum of RGB (Red+Green+Blue) = 28+192+44=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 192 (75.39% from 255 or 72.73% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC02C is #E33FD3. Grayscale: #7E7E7E. Windows color (decimal): -14893012 or 2932764. OLE color: 2932764.
HSL color Cylindrical-coordinate representation of color #1CC02C: hue angle of 125.85º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CC02C is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 192 | 44 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.25 |
| HSL | 125.85º | 0.75% | 0.43% | - |
| HSV(B) | 125.85º | 0.85% | 0.75% | - |
| XYZ | 19.78 | 38.13 | 8.7 | - |
| YUV | 126.09 | 81.67 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 192 | 44 | 0.85 | 0 | 0.77 | 0.25 | 125.85 | 0.75 | 0.43 |
| Hex | 1C | C0 | 2C | 55 | 0 | 4D | 19 | 7E | 4B | 2B |
| Octal | 34 | 300 | 54 | 125 | 0 | 115 | 31 | 176 | 113 | 53 |
| Binary | 11100 | 11000000 | 101100 | 1010101 | 0 | 1001101 | 11001 | 1111110 | 1001011 | 101011 |
Color Harmonies of #1CC02C
Complementary color
Monochromatic Colors of #1CC02C
Black with #1CC02C
Text Example
Text Example
White with #1CC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC02C; }
p { color: rgb(28,192,44); }
H1.HeaderClassName
{
color: #1CC02C;
}
.AnyTagClassName
{
color: #1CC02C;
}
</style>
background-color css
<style>
a { background-color: #1CC02C; }
a { background-color: rgb(28,192,44); }
div.DivClassName
{
background-color: #1CC02C;
}
.BgClassName
{
background-color: #1CC02C;
}
</style>
border-color css
<style>
span { border-color: #1CC02C; }
span { border-color: rgb(28,192,44); }
td.TdClassName
{
border-color: #1CC02C;
}
.TagClassName
{
border-color: #1CC02C;
}
</style>