Shades of Lime Green #1CC808
Tints of Lime Green #1CC808
RGB
CMYK
RGB Variations
Color information
#1CC808 (or 0x1CC808) is known color: Lime Green. HEX triplet: 1C, C8 and 08. RGB value is (28,200,8). Sum of RGB (Red+Green+Blue) = 28+200+8=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 200 (78.52% from 255 or 84.75% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 200 - color contains mainly: green. Hex color #1CC808 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC808 is #E337F7. Grayscale: #7F7F7F. Windows color (decimal): -14891000 or 575516. OLE color: 575516.
HSL color Cylindrical-coordinate representation of color #1CC808: hue angle of 113.75º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1CC808 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 200 | 8 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.22 |
| HSL | 113.75º | 0.92% | 0.41% | - |
| HSV(B) | 113.75º | 0.96% | 0.78% | - |
| XYZ | 21.18 | 41.57 | 7.14 | - |
| YUV | 126.68 | 61.02 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 200 | 8 | 0.86 | 0 | 0.96 | 0.22 | 113.75 | 0.92 | 0.41 |
| Hex | 1C | C8 | 8 | 56 | 0 | 60 | 16 | 72 | 5C | 29 |
| Octal | 34 | 310 | 10 | 126 | 0 | 140 | 26 | 162 | 134 | 51 |
| Binary | 11100 | 11001000 | 1000 | 1010110 | 0 | 1100000 | 10110 | 1110010 | 1011100 | 101001 |
Color Harmonies of #1CC808
Complementary color
Monochromatic Colors of #1CC808
Black with #1CC808
Text Example
Text Example
White with #1CC808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC808; }
p { color: rgb(28,200,8); }
H1.HeaderClassName
{
color: #1CC808;
}
.AnyTagClassName
{
color: #1CC808;
}
</style>
background-color css
<style>
a { background-color: #1CC808; }
a { background-color: rgb(28,200,8); }
div.DivClassName
{
background-color: #1CC808;
}
.BgClassName
{
background-color: #1CC808;
}
</style>
border-color css
<style>
span { border-color: #1CC808; }
span { border-color: rgb(28,200,8); }
td.TdClassName
{
border-color: #1CC808;
}
.TagClassName
{
border-color: #1CC808;
}
</style>