Shades of Lime Green #1FB812
Tints of Lime Green #1FB812
RGB
CMYK
RGB Variations
Color information
#1FB812 (or 0x1FB812) is known color: Lime Green. HEX triplet: 1F, B8 and 12. RGB value is (31,184,18). Sum of RGB (Red+Green+Blue) = 31+184+18=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 184 (72.27% from 255 or 78.97% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 184 - color contains mainly: green. Hex color #1FB812 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FB812 is #E047ED. Grayscale: #777777. Windows color (decimal): -14698478 or 1226783. OLE color: 1226783.
HSL color Cylindrical-coordinate representation of color #1FB812: hue angle of 115.3º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FB812 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 31 | 184 | 18 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.28 |
| HSL | 115.3º | 0.82% | 0.4% | - |
| HSV(B) | 115.3º | 0.9% | 0.72% | - |
| XYZ | 17.81 | 34.62 | 6.31 | - |
| YUV | 119.33 | 70.81 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 184 | 18 | 0.83 | 0 | 0.90 | 0.28 | 115.3 | 0.82 | 0.4 |
| Hex | 1F | B8 | 12 | 53 | 0 | 5A | 1C | 73 | 52 | 28 |
| Octal | 37 | 270 | 22 | 123 | 0 | 132 | 34 | 163 | 122 | 50 |
| Binary | 11111 | 10111000 | 10010 | 1010011 | 0 | 1011010 | 11100 | 1110011 | 1010010 | 101000 |
Color Harmonies of #1FB812
Complementary color
Monochromatic Colors of #1FB812
Black with #1FB812
Text Example
Text Example
White with #1FB812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB812; }
p { color: rgb(31,184,18); }
H1.HeaderClassName
{
color: #1FB812;
}
.AnyTagClassName
{
color: #1FB812;
}
</style>
background-color css
<style>
a { background-color: #1FB812; }
a { background-color: rgb(31,184,18); }
div.DivClassName
{
background-color: #1FB812;
}
.BgClassName
{
background-color: #1FB812;
}
</style>
border-color css
<style>
span { border-color: #1FB812; }
span { border-color: rgb(31,184,18); }
td.TdClassName
{
border-color: #1FB812;
}
.TagClassName
{
border-color: #1FB812;
}
</style>