Shades of Lime Green #1CC306
Tints of Lime Green #1CC306
RGB
CMYK
RGB Variations
Color information
#1CC306 (or 0x1CC306) is known color: Lime Green. HEX triplet: 1C, C3 and 06. RGB value is (28,195,6). Sum of RGB (Red+Green+Blue) = 28+195+6=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 195 (76.56% from 255 or 85.15% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC306 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC306 is #E33CF9. Grayscale: #7C7C7C. Windows color (decimal): -14892282 or 443164. OLE color: 443164.
HSL color Cylindrical-coordinate representation of color #1CC306: hue angle of 113.02º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1CC306 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 195 | 6 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.24 |
| HSL | 113.02º | 0.94% | 0.39% | - |
| HSV(B) | 113.02º | 0.97% | 0.76% | - |
| XYZ | 20.03 | 39.29 | 6.7 | - |
| YUV | 123.52 | 61.67 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 195 | 6 | 0.86 | 0 | 0.97 | 0.24 | 113.02 | 0.94 | 0.39 |
| Hex | 1C | C3 | 6 | 56 | 0 | 61 | 18 | 71 | 5E | 27 |
| Octal | 34 | 303 | 6 | 126 | 0 | 141 | 30 | 161 | 136 | 47 |
| Binary | 11100 | 11000011 | 110 | 1010110 | 0 | 1100001 | 11000 | 1110001 | 1011110 | 100111 |
Color Harmonies of #1CC306
Complementary color
Monochromatic Colors of #1CC306
Black with #1CC306
Text Example
Text Example
White with #1CC306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC306; }
p { color: rgb(28,195,6); }
H1.HeaderClassName
{
color: #1CC306;
}
.AnyTagClassName
{
color: #1CC306;
}
</style>
background-color css
<style>
a { background-color: #1CC306; }
a { background-color: rgb(28,195,6); }
div.DivClassName
{
background-color: #1CC306;
}
.BgClassName
{
background-color: #1CC306;
}
</style>
border-color css
<style>
span { border-color: #1CC306; }
span { border-color: rgb(28,195,6); }
td.TdClassName
{
border-color: #1CC306;
}
.TagClassName
{
border-color: #1CC306;
}
</style>