Shades of Lime Green #1FD015
Tints of Lime Green #1FD015
RGB
CMYK
RGB Variations
Color information
#1FD015 (or 0x1FD015) is known color: Lime Green. HEX triplet: 1F, D0 and 15. RGB value is (31,208,21). Sum of RGB (Red+Green+Blue) = 31+208+21=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 208 (81.64% from 255 or 80% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD015 is #E02FEA. Grayscale: #868686. Windows color (decimal): -14692331 or 1429535. OLE color: 1429535.
HSL color Cylindrical-coordinate representation of color #1FD015: hue angle of 116.79º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FD015 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 208 | 21 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.18 |
| HSL | 116.79º | 0.82% | 0.45% | - |
| HSV(B) | 116.79º | 0.9% | 0.82% | - |
| XYZ | 23.26 | 45.46 | 8.26 | - |
| YUV | 133.76 | 64.36 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 208 | 21 | 0.85 | 0 | 0.90 | 0.18 | 116.79 | 0.82 | 0.45 |
| Hex | 1F | D0 | 15 | 55 | 0 | 5A | 12 | 75 | 52 | 2D |
| Octal | 37 | 320 | 25 | 125 | 0 | 132 | 22 | 165 | 122 | 55 |
| Binary | 11111 | 11010000 | 10101 | 1010101 | 0 | 1011010 | 10010 | 1110101 | 1010010 | 101101 |
Color Harmonies of #1FD015
Complementary color
Monochromatic Colors of #1FD015
Black with #1FD015
Text Example
Text Example
White with #1FD015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD015; }
p { color: rgb(31,208,21); }
H1.HeaderClassName
{
color: #1FD015;
}
.AnyTagClassName
{
color: #1FD015;
}
</style>
background-color css
<style>
a { background-color: #1FD015; }
a { background-color: rgb(31,208,21); }
div.DivClassName
{
background-color: #1FD015;
}
.BgClassName
{
background-color: #1FD015;
}
</style>
border-color css
<style>
span { border-color: #1FD015; }
span { border-color: rgb(31,208,21); }
td.TdClassName
{
border-color: #1FD015;
}
.TagClassName
{
border-color: #1FD015;
}
</style>