Shades of Lime Green #1CCA09
Tints of Lime Green #1CCA09
RGB
CMYK
RGB Variations
Color information
#1CCA09 (or 0x1CCA09) is known color: Lime Green. HEX triplet: 1C, CA and 09. RGB value is (28,202,9). Sum of RGB (Red+Green+Blue) = 28+202+9=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 202 (79.30% from 255 or 84.52% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCA09 is #E335F6. Grayscale: #808080. Windows color (decimal): -14890487 or 641564. OLE color: 641564.
HSL color Cylindrical-coordinate representation of color #1CCA09: hue angle of 114.09º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1CCA09 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 202 | 9 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.21 |
| HSL | 114.09º | 0.91% | 0.41% | - |
| HSV(B) | 114.09º | 0.96% | 0.79% | - |
| XYZ | 21.65 | 42.51 | 7.32 | - |
| YUV | 127.97 | 60.85 | 56.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 202 | 9 | 0.86 | 0 | 0.96 | 0.21 | 114.09 | 0.91 | 0.41 |
| Hex | 1C | CA | 9 | 56 | 0 | 60 | 15 | 72 | 5B | 29 |
| Octal | 34 | 312 | 11 | 126 | 0 | 140 | 25 | 162 | 133 | 51 |
| Binary | 11100 | 11001010 | 1001 | 1010110 | 0 | 1100000 | 10101 | 1110010 | 1011011 | 101001 |
Color Harmonies of #1CCA09
Complementary color
Monochromatic Colors of #1CCA09
Black with #1CCA09
Text Example
Text Example
White with #1CCA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCA09; }
p { color: rgb(28,202,9); }
H1.HeaderClassName
{
color: #1CCA09;
}
.AnyTagClassName
{
color: #1CCA09;
}
</style>
background-color css
<style>
a { background-color: #1CCA09; }
a { background-color: rgb(28,202,9); }
div.DivClassName
{
background-color: #1CCA09;
}
.BgClassName
{
background-color: #1CCA09;
}
</style>
border-color css
<style>
span { border-color: #1CCA09; }
span { border-color: rgb(28,202,9); }
td.TdClassName
{
border-color: #1CCA09;
}
.TagClassName
{
border-color: #1CCA09;
}
</style>