Shades of Lime Green #1FCF06
Tints of Lime Green #1FCF06
RGB
CMYK
RGB Variations
Color information
#1FCF06 (or 0x1FCF06) is known color: Lime Green. HEX triplet: 1F, CF and 06. RGB value is (31,207,6). Sum of RGB (Red+Green+Blue) = 31+207+6=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 207 (81.25% from 255 or 84.84% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCF06 is #E030F9. Grayscale: #848484. Windows color (decimal): -14692602 or 446239. OLE color: 446239.
HSL color Cylindrical-coordinate representation of color #1FCF06: hue angle of 112.54º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1FCF06 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 6 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.19 |
| HSL | 112.54º | 0.94% | 0.42% | - |
| HSV(B) | 112.54º | 0.97% | 0.81% | - |
| XYZ | 22.91 | 44.93 | 7.64 | - |
| YUV | 131.46 | 57.19 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 6 | 0.85 | 0 | 0.97 | 0.19 | 112.54 | 0.94 | 0.42 |
| Hex | 1F | CF | 6 | 55 | 0 | 61 | 13 | 71 | 5E | 2A |
| Octal | 37 | 317 | 6 | 125 | 0 | 141 | 23 | 161 | 136 | 52 |
| Binary | 11111 | 11001111 | 110 | 1010101 | 0 | 1100001 | 10011 | 1110001 | 1011110 | 101010 |
Color Harmonies of #1FCF06
Complementary color
Monochromatic Colors of #1FCF06
Black with #1FCF06
Text Example
Text Example
White with #1FCF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCF06; }
p { color: rgb(31,207,6); }
H1.HeaderClassName
{
color: #1FCF06;
}
.AnyTagClassName
{
color: #1FCF06;
}
</style>
background-color css
<style>
a { background-color: #1FCF06; }
a { background-color: rgb(31,207,6); }
div.DivClassName
{
background-color: #1FCF06;
}
.BgClassName
{
background-color: #1FCF06;
}
</style>
border-color css
<style>
span { border-color: #1FCF06; }
span { border-color: rgb(31,207,6); }
td.TdClassName
{
border-color: #1FCF06;
}
.TagClassName
{
border-color: #1FCF06;
}
</style>