Shades of Lime Green #1FCC06
Tints of Lime Green #1FCC06
RGB
CMYK
RGB Variations
Color information
#1FCC06 (or 0x1FCC06) is known color: Lime Green. HEX triplet: 1F, CC and 06. RGB value is (31,204,6). Sum of RGB (Red+Green+Blue) = 31+204+6=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 204 (80.08% from 255 or 84.65% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCC06 is #E033F9. Grayscale: #828282. Windows color (decimal): -14693370 or 445471. OLE color: 445471.
HSL color Cylindrical-coordinate representation of color #1FCC06: hue angle of 112.42º 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 #1FCC06 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 6 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.2 |
| HSL | 112.42º | 0.94% | 0.41% | - |
| HSV(B) | 112.42º | 0.97% | 0.8% | - |
| XYZ | 22.19 | 43.49 | 7.4 | - |
| YUV | 129.7 | 58.19 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 6 | 0.85 | 0 | 0.97 | 0.2 | 112.42 | 0.94 | 0.41 |
| Hex | 1F | CC | 6 | 55 | 0 | 61 | 14 | 70 | 5E | 29 |
| Octal | 37 | 314 | 6 | 125 | 0 | 141 | 24 | 160 | 136 | 51 |
| Binary | 11111 | 11001100 | 110 | 1010101 | 0 | 1100001 | 10100 | 1110000 | 1011110 | 101001 |
Color Harmonies of #1FCC06
Complementary color
Monochromatic Colors of #1FCC06
Black with #1FCC06
Text Example
Text Example
White with #1FCC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCC06; }
p { color: rgb(31,204,6); }
H1.HeaderClassName
{
color: #1FCC06;
}
.AnyTagClassName
{
color: #1FCC06;
}
</style>
background-color css
<style>
a { background-color: #1FCC06; }
a { background-color: rgb(31,204,6); }
div.DivClassName
{
background-color: #1FCC06;
}
.BgClassName
{
background-color: #1FCC06;
}
</style>
border-color css
<style>
span { border-color: #1FCC06; }
span { border-color: rgb(31,204,6); }
td.TdClassName
{
border-color: #1FCC06;
}
.TagClassName
{
border-color: #1FCC06;
}
</style>