Shades of Lime Green #1FB31B
Tints of Lime Green #1FB31B
RGB
CMYK
RGB Variations
Color information
#1FB31B (or 0x1FB31B) is known color: Lime Green. HEX triplet: 1F, B3 and 1B. RGB value is (31,179,27). Sum of RGB (Red+Green+Blue) = 31+179+27=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 179 (70.31% from 255 or 75.53% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 179 - color contains mainly: green. Hex color #1FB31B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB31B is #E04CE4. Grayscale: #757575. Windows color (decimal): -14699749 or 1815327. OLE color: 1815327.
HSL color Cylindrical-coordinate representation of color #1FB31B: hue angle of 118.42º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FB31B is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 179 | 27 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.30 |
| HSL | 118.42º | 0.74% | 0.4% | - |
| HSV(B) | 118.42º | 0.85% | 0.7% | - |
| XYZ | 16.88 | 32.61 | 6.44 | - |
| YUV | 117.42 | 76.97 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 179 | 27 | 0.83 | 0 | 0.85 | 0.30 | 118.42 | 0.74 | 0.4 |
| Hex | 1F | B3 | 1B | 53 | 0 | 55 | 1E | 76 | 4A | 28 |
| Octal | 37 | 263 | 33 | 123 | 0 | 125 | 36 | 166 | 112 | 50 |
| Binary | 11111 | 10110011 | 11011 | 1010011 | 0 | 1010101 | 11110 | 1110110 | 1001010 | 101000 |
Color Harmonies of #1FB31B
Complementary color
Monochromatic Colors of #1FB31B
Black with #1FB31B
Text Example
Text Example
White with #1FB31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB31B; }
p { color: rgb(31,179,27); }
H1.HeaderClassName
{
color: #1FB31B;
}
.AnyTagClassName
{
color: #1FB31B;
}
</style>
background-color css
<style>
a { background-color: #1FB31B; }
a { background-color: rgb(31,179,27); }
div.DivClassName
{
background-color: #1FB31B;
}
.BgClassName
{
background-color: #1FB31B;
}
</style>
border-color css
<style>
span { border-color: #1FB31B; }
span { border-color: rgb(31,179,27); }
td.TdClassName
{
border-color: #1FB31B;
}
.TagClassName
{
border-color: #1FB31B;
}
</style>