Shades of Lime Green #1FCF16
Tints of Lime Green #1FCF16
RGB
CMYK
RGB Variations
Color information
#1FCF16 (or 0x1FCF16) is known color: Lime Green. HEX triplet: 1F, CF and 16. RGB value is (31,207,22). Sum of RGB (Red+Green+Blue) = 31+207+22=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 207 (81.25% from 255 or 79.62% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCF16 is #E030E9. Grayscale: #858585. Windows color (decimal): -14692586 or 1494815. OLE color: 1494815.
HSL color Cylindrical-coordinate representation of color #1FCF16: hue angle of 117.08º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1FCF16 is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 22 | - |
| CMYK | 0.85 | 0 | 0.89 | 0.19 |
| HSL | 117.08º | 0.81% | 0.45% | - |
| HSV(B) | 117.08º | 0.89% | 0.81% | - |
| XYZ | 23.02 | 44.97 | 8.23 | - |
| YUV | 133.29 | 65.19 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 22 | 0.85 | 0 | 0.89 | 0.19 | 117.08 | 0.81 | 0.45 |
| Hex | 1F | CF | 16 | 55 | 0 | 59 | 13 | 75 | 51 | 2D |
| Octal | 37 | 317 | 26 | 125 | 0 | 131 | 23 | 165 | 121 | 55 |
| Binary | 11111 | 11001111 | 10110 | 1010101 | 0 | 1011001 | 10011 | 1110101 | 1010001 | 101101 |
Color Harmonies of #1FCF16
Complementary color
Monochromatic Colors of #1FCF16
Black with #1FCF16
Text Example
Text Example
White with #1FCF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCF16; }
p { color: rgb(31,207,22); }
H1.HeaderClassName
{
color: #1FCF16;
}
.AnyTagClassName
{
color: #1FCF16;
}
</style>
background-color css
<style>
a { background-color: #1FCF16; }
a { background-color: rgb(31,207,22); }
div.DivClassName
{
background-color: #1FCF16;
}
.BgClassName
{
background-color: #1FCF16;
}
</style>
border-color css
<style>
span { border-color: #1FCF16; }
span { border-color: rgb(31,207,22); }
td.TdClassName
{
border-color: #1FCF16;
}
.TagClassName
{
border-color: #1FCF16;
}
</style>