Shades of Lime Green #1FBF17
Tints of Lime Green #1FBF17
RGB
CMYK
RGB Variations
Color information
#1FBF17 (or 0x1FBF17) is known color: Lime Green. HEX triplet: 1F, BF and 17. RGB value is (31,191,23). Sum of RGB (Red+Green+Blue) = 31+191+23=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 191 (75% from 255 or 77.96% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBF17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBF17 is #E040E8. Grayscale: #7C7C7C. Windows color (decimal): -14696681 or 1556255. OLE color: 1556255.
HSL color Cylindrical-coordinate representation of color #1FBF17: hue angle of 117.14º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FBF17 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 191 | 23 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.25 |
| HSL | 117.14º | 0.79% | 0.42% | - |
| HSV(B) | 117.14º | 0.88% | 0.75% | - |
| XYZ | 19.35 | 37.61 | 7.05 | - |
| YUV | 124.01 | 70.99 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 191 | 23 | 0.84 | 0 | 0.88 | 0.25 | 117.14 | 0.79 | 0.42 |
| Hex | 1F | BF | 17 | 54 | 0 | 58 | 19 | 75 | 4F | 2A |
| Octal | 37 | 277 | 27 | 124 | 0 | 130 | 31 | 165 | 117 | 52 |
| Binary | 11111 | 10111111 | 10111 | 1010100 | 0 | 1011000 | 11001 | 1110101 | 1001111 | 101010 |
Color Harmonies of #1FBF17
Complementary color
Monochromatic Colors of #1FBF17
Black with #1FBF17
Text Example
Text Example
White with #1FBF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBF17; }
p { color: rgb(31,191,23); }
H1.HeaderClassName
{
color: #1FBF17;
}
.AnyTagClassName
{
color: #1FBF17;
}
</style>
background-color css
<style>
a { background-color: #1FBF17; }
a { background-color: rgb(31,191,23); }
div.DivClassName
{
background-color: #1FBF17;
}
.BgClassName
{
background-color: #1FBF17;
}
</style>
border-color css
<style>
span { border-color: #1FBF17; }
span { border-color: rgb(31,191,23); }
td.TdClassName
{
border-color: #1FBF17;
}
.TagClassName
{
border-color: #1FBF17;
}
</style>