Shades of Lime Green #1FBE16
Tints of Lime Green #1FBE16
RGB
CMYK
RGB Variations
Color information
#1FBE16 (or 0x1FBE16) is known color: Lime Green. HEX triplet: 1F, BE and 16. RGB value is (31,190,22). Sum of RGB (Red+Green+Blue) = 31+190+22=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 190 (74.61% from 255 or 78.19% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBE16 is #E041E9. Grayscale: #7B7B7B. Windows color (decimal): -14696938 or 1490463. OLE color: 1490463.
HSL color Cylindrical-coordinate representation of color #1FBE16: hue angle of 116.79º 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 #1FBE16 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 190 | 22 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.25 |
| HSL | 116.79º | 0.79% | 0.42% | - |
| HSV(B) | 116.79º | 0.88% | 0.75% | - |
| XYZ | 19.12 | 37.18 | 6.93 | - |
| YUV | 123.31 | 70.82 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 22 | 0.84 | 0 | 0.88 | 0.25 | 116.79 | 0.79 | 0.42 |
| Hex | 1F | BE | 16 | 54 | 0 | 58 | 19 | 75 | 4F | 2A |
| Octal | 37 | 276 | 26 | 124 | 0 | 130 | 31 | 165 | 117 | 52 |
| Binary | 11111 | 10111110 | 10110 | 1010100 | 0 | 1011000 | 11001 | 1110101 | 1001111 | 101010 |
Color Harmonies of #1FBE16
Complementary color
Monochromatic Colors of #1FBE16
Black with #1FBE16
Text Example
Text Example
White with #1FBE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBE16; }
p { color: rgb(31,190,22); }
H1.HeaderClassName
{
color: #1FBE16;
}
.AnyTagClassName
{
color: #1FBE16;
}
</style>
background-color css
<style>
a { background-color: #1FBE16; }
a { background-color: rgb(31,190,22); }
div.DivClassName
{
background-color: #1FBE16;
}
.BgClassName
{
background-color: #1FBE16;
}
</style>
border-color css
<style>
span { border-color: #1FBE16; }
span { border-color: rgb(31,190,22); }
td.TdClassName
{
border-color: #1FBE16;
}
.TagClassName
{
border-color: #1FBE16;
}
</style>