Shades of Lime Green #1CCC06
Tints of Lime Green #1CCC06
RGB
CMYK
RGB Variations
Color information
#1CCC06 (or 0x1CCC06) is known color: Lime Green. HEX triplet: 1C, CC and 06. RGB value is (28,204,6). Sum of RGB (Red+Green+Blue) = 28+204+6=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 204 (80.08% from 255 or 85.71% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCC06 is #E333F9. Grayscale: #818181. Windows color (decimal): -14889978 or 445468. OLE color: 445468.
HSL color Cylindrical-coordinate representation of color #1CCC06: hue angle of 113.33º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1CCC06 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 204 | 6 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.2 |
| HSL | 113.33º | 0.94% | 0.41% | - |
| HSV(B) | 113.33º | 0.97% | 0.8% | - |
| XYZ | 22.1 | 43.45 | 7.39 | - |
| YUV | 128.8 | 58.69 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 204 | 6 | 0.86 | 0 | 0.97 | 0.2 | 113.33 | 0.94 | 0.41 |
| Hex | 1C | CC | 6 | 56 | 0 | 61 | 14 | 71 | 5E | 29 |
| Octal | 34 | 314 | 6 | 126 | 0 | 141 | 24 | 161 | 136 | 51 |
| Binary | 11100 | 11001100 | 110 | 1010110 | 0 | 1100001 | 10100 | 1110001 | 1011110 | 101001 |
Color Harmonies of #1CCC06
Complementary color
Monochromatic Colors of #1CCC06
Black with #1CCC06
Text Example
Text Example
White with #1CCC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCC06; }
p { color: rgb(28,204,6); }
H1.HeaderClassName
{
color: #1CCC06;
}
.AnyTagClassName
{
color: #1CCC06;
}
</style>
background-color css
<style>
a { background-color: #1CCC06; }
a { background-color: rgb(28,204,6); }
div.DivClassName
{
background-color: #1CCC06;
}
.BgClassName
{
background-color: #1CCC06;
}
</style>
border-color css
<style>
span { border-color: #1CCC06; }
span { border-color: rgb(28,204,6); }
td.TdClassName
{
border-color: #1CCC06;
}
.TagClassName
{
border-color: #1CCC06;
}
</style>