Shades of Lime Green #1FB615
Tints of Lime Green #1FB615
RGB
CMYK
RGB Variations
Color information
#1FB615 (or 0x1FB615) is known color: Lime Green. HEX triplet: 1F, B6 and 15. RGB value is (31,182,21). Sum of RGB (Red+Green+Blue) = 31+182+21=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 182 (71.48% from 255 or 77.78% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 182 - color contains mainly: green. Hex color #1FB615 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FB615 is #E049EA. Grayscale: #767676. Windows color (decimal): -14698987 or 1422879. OLE color: 1422879.
HSL color Cylindrical-coordinate representation of color #1FB615: hue angle of 116.27º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FB615 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 182 | 21 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.29 |
| HSL | 116.27º | 0.79% | 0.4% | - |
| HSV(B) | 116.27º | 0.88% | 0.71% | - |
| XYZ | 17.43 | 33.8 | 6.32 | - |
| YUV | 118.5 | 72.97 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 182 | 21 | 0.83 | 0 | 0.88 | 0.29 | 116.27 | 0.79 | 0.4 |
| Hex | 1F | B6 | 15 | 53 | 0 | 58 | 1D | 74 | 4F | 28 |
| Octal | 37 | 266 | 25 | 123 | 0 | 130 | 35 | 164 | 117 | 50 |
| Binary | 11111 | 10110110 | 10101 | 1010011 | 0 | 1011000 | 11101 | 1110100 | 1001111 | 101000 |
Color Harmonies of #1FB615
Complementary color
Monochromatic Colors of #1FB615
Black with #1FB615
Text Example
Text Example
White with #1FB615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB615; }
p { color: rgb(31,182,21); }
H1.HeaderClassName
{
color: #1FB615;
}
.AnyTagClassName
{
color: #1FB615;
}
</style>
background-color css
<style>
a { background-color: #1FB615; }
a { background-color: rgb(31,182,21); }
div.DivClassName
{
background-color: #1FB615;
}
.BgClassName
{
background-color: #1FB615;
}
</style>
border-color css
<style>
span { border-color: #1FB615; }
span { border-color: rgb(31,182,21); }
td.TdClassName
{
border-color: #1FB615;
}
.TagClassName
{
border-color: #1FB615;
}
</style>