Shades of Lime Green #1CCA03
Tints of Lime Green #1CCA03
RGB
CMYK
RGB Variations
Color information
#1CCA03 (or 0x1CCA03) is known color: Lime Green. HEX triplet: 1C, CA and 03. RGB value is (28,202,3). Sum of RGB (Red+Green+Blue) = 28+202+3=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 202 (79.30% from 255 or 86.70% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCA03 is #E335FC. Grayscale: #7F7F7F. Windows color (decimal): -14890493 or 248348. OLE color: 248348.
HSL color Cylindrical-coordinate representation of color #1CCA03: hue angle of 112.46º degrees, saturation: 0.97, 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 #1CCA03 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 202 | 3 | - |
| CMYK | 0.86 | 0 | 0.99 | 0.21 |
| HSL | 112.46º | 0.97% | 0.4% | - |
| HSV(B) | 112.46º | 0.99% | 0.79% | - |
| XYZ | 21.62 | 42.49 | 7.15 | - |
| YUV | 127.29 | 57.85 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 202 | 3 | 0.86 | 0 | 0.99 | 0.21 | 112.46 | 0.97 | 0.4 |
| Hex | 1C | CA | 3 | 56 | 0 | 63 | 15 | 70 | 61 | 28 |
| Octal | 34 | 312 | 3 | 126 | 0 | 143 | 25 | 160 | 141 | 50 |
| Binary | 11100 | 11001010 | 11 | 1010110 | 0 | 1100011 | 10101 | 1110000 | 1100001 | 101000 |
Color Harmonies of #1CCA03
Complementary color
Monochromatic Colors of #1CCA03
Black with #1CCA03
Text Example
Text Example
White with #1CCA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCA03; }
p { color: rgb(28,202,3); }
H1.HeaderClassName
{
color: #1CCA03;
}
.AnyTagClassName
{
color: #1CCA03;
}
</style>
background-color css
<style>
a { background-color: #1CCA03; }
a { background-color: rgb(28,202,3); }
div.DivClassName
{
background-color: #1CCA03;
}
.BgClassName
{
background-color: #1CCA03;
}
</style>
border-color css
<style>
span { border-color: #1CCA03; }
span { border-color: rgb(28,202,3); }
td.TdClassName
{
border-color: #1CCA03;
}
.TagClassName
{
border-color: #1CCA03;
}
</style>