Shades of Lime Green #1FCF07
Tints of Lime Green #1FCF07
RGB
CMYK
RGB Variations
Color information
#1FCF07 (or 0x1FCF07) is known color: Lime Green. HEX triplet: 1F, CF and 07. RGB value is (31,207,7). Sum of RGB (Red+Green+Blue) = 31+207+7=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 207 (81.25% from 255 or 84.49% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCF07 is #E030F8. Grayscale: #848484. Windows color (decimal): -14692601 or 511775. OLE color: 511775.
HSL color Cylindrical-coordinate representation of color #1FCF07: hue angle of 112.8º degrees, saturation: 0.93, 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 #1FCF07 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 7 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.19 |
| HSL | 112.8º | 0.93% | 0.42% | - |
| HSV(B) | 112.8º | 0.97% | 0.81% | - |
| XYZ | 22.92 | 44.93 | 7.67 | - |
| YUV | 131.58 | 57.69 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 7 | 0.85 | 0 | 0.97 | 0.19 | 112.8 | 0.93 | 0.42 |
| Hex | 1F | CF | 7 | 55 | 0 | 61 | 13 | 71 | 5D | 2A |
| Octal | 37 | 317 | 7 | 125 | 0 | 141 | 23 | 161 | 135 | 52 |
| Binary | 11111 | 11001111 | 111 | 1010101 | 0 | 1100001 | 10011 | 1110001 | 1011101 | 101010 |
Color Harmonies of #1FCF07
Complementary color
Monochromatic Colors of #1FCF07
Black with #1FCF07
Text Example
Text Example
White with #1FCF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCF07; }
p { color: rgb(31,207,7); }
H1.HeaderClassName
{
color: #1FCF07;
}
.AnyTagClassName
{
color: #1FCF07;
}
</style>
background-color css
<style>
a { background-color: #1FCF07; }
a { background-color: rgb(31,207,7); }
div.DivClassName
{
background-color: #1FCF07;
}
.BgClassName
{
background-color: #1FCF07;
}
</style>
border-color css
<style>
span { border-color: #1FCF07; }
span { border-color: rgb(31,207,7); }
td.TdClassName
{
border-color: #1FCF07;
}
.TagClassName
{
border-color: #1FCF07;
}
</style>