Shades of Lime Green #1CC009
Tints of Lime Green #1CC009
RGB
CMYK
RGB Variations
Color information
#1CC009 (or 0x1CC009) is known color: Lime Green. HEX triplet: 1C, C0 and 09. RGB value is (28,192,9). Sum of RGB (Red+Green+Blue) = 28+192+9=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 192 (75.39% from 255 or 83.84% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC009 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC009 is #E33FF6. Grayscale: #7A7A7A. Windows color (decimal): -14893047 or 639004. OLE color: 639004.
HSL color Cylindrical-coordinate representation of color #1CC009: hue angle of 113.77º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1CC009 is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 192 | 9 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.25 |
| HSL | 113.77º | 0.91% | 0.39% | - |
| HSV(B) | 113.77º | 0.95% | 0.75% | - |
| XYZ | 19.38 | 37.97 | 6.57 | - |
| YUV | 122.1 | 64.17 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 192 | 9 | 0.85 | 0 | 0.95 | 0.25 | 113.77 | 0.91 | 0.39 |
| Hex | 1C | C0 | 9 | 55 | 0 | 5F | 19 | 72 | 5B | 27 |
| Octal | 34 | 300 | 11 | 125 | 0 | 137 | 31 | 162 | 133 | 47 |
| Binary | 11100 | 11000000 | 1001 | 1010101 | 0 | 1011111 | 11001 | 1110010 | 1011011 | 100111 |
Color Harmonies of #1CC009
Complementary color
Monochromatic Colors of #1CC009
Black with #1CC009
Text Example
Text Example
White with #1CC009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC009; }
p { color: rgb(28,192,9); }
H1.HeaderClassName
{
color: #1CC009;
}
.AnyTagClassName
{
color: #1CC009;
}
</style>
background-color css
<style>
a { background-color: #1CC009; }
a { background-color: rgb(28,192,9); }
div.DivClassName
{
background-color: #1CC009;
}
.BgClassName
{
background-color: #1CC009;
}
</style>
border-color css
<style>
span { border-color: #1CC009; }
span { border-color: rgb(28,192,9); }
td.TdClassName
{
border-color: #1CC009;
}
.TagClassName
{
border-color: #1CC009;
}
</style>