Shades of Lime Green #1FBF07
Tints of Lime Green #1FBF07
RGB
CMYK
RGB Variations
Color information
#1FBF07 (or 0x1FBF07) is known color: Lime Green. HEX triplet: 1F, BF and 07. RGB value is (31,191,7). Sum of RGB (Red+Green+Blue) = 31+191+7=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 191 (75% from 255 or 83.41% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBF07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBF07 is #E040F8. Grayscale: #7A7A7A. Windows color (decimal): -14696697 or 507679. OLE color: 507679.
HSL color Cylindrical-coordinate representation of color #1FBF07: hue angle of 112.17º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1FBF07 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 191 | 7 | - |
| CMYK | 0.84 | 0 | 0.96 | 0.25 |
| HSL | 112.17º | 0.93% | 0.39% | - |
| HSV(B) | 112.17º | 0.96% | 0.75% | - |
| XYZ | 19.23 | 37.57 | 6.44 | - |
| YUV | 122.18 | 62.99 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 191 | 7 | 0.84 | 0 | 0.96 | 0.25 | 112.17 | 0.93 | 0.39 |
| Hex | 1F | BF | 7 | 54 | 0 | 60 | 19 | 70 | 5D | 27 |
| Octal | 37 | 277 | 7 | 124 | 0 | 140 | 31 | 160 | 135 | 47 |
| Binary | 11111 | 10111111 | 111 | 1010100 | 0 | 1100000 | 11001 | 1110000 | 1011101 | 100111 |
Color Harmonies of #1FBF07
Complementary color
Monochromatic Colors of #1FBF07
Black with #1FBF07
Text Example
Text Example
White with #1FBF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBF07; }
p { color: rgb(31,191,7); }
H1.HeaderClassName
{
color: #1FBF07;
}
.AnyTagClassName
{
color: #1FBF07;
}
</style>
background-color css
<style>
a { background-color: #1FBF07; }
a { background-color: rgb(31,191,7); }
div.DivClassName
{
background-color: #1FBF07;
}
.BgClassName
{
background-color: #1FBF07;
}
</style>
border-color css
<style>
span { border-color: #1FBF07; }
span { border-color: rgb(31,191,7); }
td.TdClassName
{
border-color: #1FBF07;
}
.TagClassName
{
border-color: #1FBF07;
}
</style>