Shades of Lime Green #1CC408
Tints of Lime Green #1CC408
RGB
CMYK
RGB Variations
Color information
#1CC408 (or 0x1CC408) is known color: Lime Green. HEX triplet: 1C, C4 and 08. RGB value is (28,196,8). Sum of RGB (Red+Green+Blue) = 28+196+8=232 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.07% from 232); Green value is 196 (76.95% from 255 or 84.48% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC408 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC408 is #E33BF7. Grayscale: #7C7C7C. Windows color (decimal): -14892024 or 574492. OLE color: 574492.
HSL color Cylindrical-coordinate representation of color #1CC408: hue angle of 113.62º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1CC408 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 196 | 8 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.23 |
| HSL | 113.62º | 0.92% | 0.4% | - |
| HSV(B) | 113.62º | 0.96% | 0.77% | - |
| XYZ | 20.26 | 39.74 | 6.83 | - |
| YUV | 124.34 | 62.34 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 196 | 8 | 0.86 | 0 | 0.96 | 0.23 | 113.62 | 0.92 | 0.4 |
| Hex | 1C | C4 | 8 | 56 | 0 | 60 | 17 | 72 | 5C | 28 |
| Octal | 34 | 304 | 10 | 126 | 0 | 140 | 27 | 162 | 134 | 50 |
| Binary | 11100 | 11000100 | 1000 | 1010110 | 0 | 1100000 | 10111 | 1110010 | 1011100 | 101000 |
Color Harmonies of #1CC408
Complementary color
Monochromatic Colors of #1CC408
Black with #1CC408
Text Example
Text Example
White with #1CC408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC408; }
p { color: rgb(28,196,8); }
H1.HeaderClassName
{
color: #1CC408;
}
.AnyTagClassName
{
color: #1CC408;
}
</style>
background-color css
<style>
a { background-color: #1CC408; }
a { background-color: rgb(28,196,8); }
div.DivClassName
{
background-color: #1CC408;
}
.BgClassName
{
background-color: #1CC408;
}
</style>
border-color css
<style>
span { border-color: #1CC408; }
span { border-color: rgb(28,196,8); }
td.TdClassName
{
border-color: #1CC408;
}
.TagClassName
{
border-color: #1CC408;
}
</style>