Shades of Lime Green #1CCA02
Tints of Lime Green #1CCA02
RGB
CMYK
RGB Variations
Color information
#1CCA02 (or 0x1CCA02) is known color: Lime Green. HEX triplet: 1C, CA and 02. RGB value is (28,202,2). Sum of RGB (Red+Green+Blue) = 28+202+2=232 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.07% from 232); Green value is 202 (79.30% from 255 or 87.07% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCA02 is #E335FD. Grayscale: #7F7F7F. Windows color (decimal): -14890494 or 182812. OLE color: 182812.
HSL color Cylindrical-coordinate representation of color #1CCA02: hue angle of 112.2º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1CCA02 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 202 | 2 | - |
| CMYK | 0.86 | 0 | 0.99 | 0.21 |
| HSL | 112.2º | 0.98% | 0.4% | - |
| HSV(B) | 112.2º | 0.99% | 0.79% | - |
| XYZ | 21.61 | 42.49 | 7.12 | - |
| YUV | 127.17 | 57.35 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 202 | 2 | 0.86 | 0 | 0.99 | 0.21 | 112.2 | 0.98 | 0.4 |
| Hex | 1C | CA | 2 | 56 | 0 | 63 | 15 | 70 | 62 | 28 |
| Octal | 34 | 312 | 2 | 126 | 0 | 143 | 25 | 160 | 142 | 50 |
| Binary | 11100 | 11001010 | 10 | 1010110 | 0 | 1100011 | 10101 | 1110000 | 1100010 | 101000 |
Color Harmonies of #1CCA02
Complementary color
Monochromatic Colors of #1CCA02
Black with #1CCA02
Text Example
Text Example
White with #1CCA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCA02; }
p { color: rgb(28,202,2); }
H1.HeaderClassName
{
color: #1CCA02;
}
.AnyTagClassName
{
color: #1CCA02;
}
</style>
background-color css
<style>
a { background-color: #1CCA02; }
a { background-color: rgb(28,202,2); }
div.DivClassName
{
background-color: #1CCA02;
}
.BgClassName
{
background-color: #1CCA02;
}
</style>
border-color css
<style>
span { border-color: #1CCA02; }
span { border-color: rgb(28,202,2); }
td.TdClassName
{
border-color: #1CCA02;
}
.TagClassName
{
border-color: #1CCA02;
}
</style>