Shades of Lime Green #1CC409
Tints of Lime Green #1CC409
RGB
CMYK
RGB Variations
Color information
#1CC409 (or 0x1CC409) is known color: Lime Green. HEX triplet: 1C, C4 and 09. RGB value is (28,196,9). Sum of RGB (Red+Green+Blue) = 28+196+9=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 196 (76.95% from 255 or 84.12% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC409 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC409 is #E33BF6. Grayscale: #7D7D7D. Windows color (decimal): -14892023 or 640028. OLE color: 640028.
HSL color Cylindrical-coordinate representation of color #1CC409: hue angle of 113.9º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1CC409 is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 196 | 9 | - |
| CMYK | 0.86 | 0 | 0.95 | 0.23 |
| HSL | 113.9º | 0.91% | 0.4% | - |
| HSV(B) | 113.9º | 0.95% | 0.77% | - |
| XYZ | 20.27 | 39.75 | 6.86 | - |
| YUV | 124.45 | 62.84 | 59.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 196 | 9 | 0.86 | 0 | 0.95 | 0.23 | 113.9 | 0.91 | 0.4 |
| Hex | 1C | C4 | 9 | 56 | 0 | 5F | 17 | 72 | 5B | 28 |
| Octal | 34 | 304 | 11 | 126 | 0 | 137 | 27 | 162 | 133 | 50 |
| Binary | 11100 | 11000100 | 1001 | 1010110 | 0 | 1011111 | 10111 | 1110010 | 1011011 | 101000 |
Color Harmonies of #1CC409
Complementary color
Monochromatic Colors of #1CC409
Black with #1CC409
Text Example
Text Example
White with #1CC409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC409; }
p { color: rgb(28,196,9); }
H1.HeaderClassName
{
color: #1CC409;
}
.AnyTagClassName
{
color: #1CC409;
}
</style>
background-color css
<style>
a { background-color: #1CC409; }
a { background-color: rgb(28,196,9); }
div.DivClassName
{
background-color: #1CC409;
}
.BgClassName
{
background-color: #1CC409;
}
</style>
border-color css
<style>
span { border-color: #1CC409; }
span { border-color: rgb(28,196,9); }
td.TdClassName
{
border-color: #1CC409;
}
.TagClassName
{
border-color: #1CC409;
}
</style>