Shades of Lime Green #1FD615
Tints of Lime Green #1FD615
RGB
CMYK
RGB Variations
Color information
#1FD615 (or 0x1FD615) is known color: Lime Green. HEX triplet: 1F, D6 and 15. RGB value is (31,214,21). Sum of RGB (Red+Green+Blue) = 31+214+21=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 214 (83.98% from 255 or 80.45% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 214 - color contains mainly: green. Hex color #1FD615 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD615 is #E029EA. Grayscale: #898989. Windows color (decimal): -14690795 or 1431071. OLE color: 1431071.
HSL color Cylindrical-coordinate representation of color #1FD615: hue angle of 116.89º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FD615 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 214 | 21 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.16 |
| HSL | 116.89º | 0.82% | 0.46% | - |
| HSV(B) | 116.89º | 0.9% | 0.84% | - |
| XYZ | 24.75 | 48.44 | 8.75 | - |
| YUV | 137.28 | 62.37 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 214 | 21 | 0.86 | 0 | 0.90 | 0.16 | 116.89 | 0.82 | 0.46 |
| Hex | 1F | D6 | 15 | 56 | 0 | 5A | 10 | 75 | 52 | 2E |
| Octal | 37 | 326 | 25 | 126 | 0 | 132 | 20 | 165 | 122 | 56 |
| Binary | 11111 | 11010110 | 10101 | 1010110 | 0 | 1011010 | 10000 | 1110101 | 1010010 | 101110 |
Color Harmonies of #1FD615
Complementary color
Monochromatic Colors of #1FD615
Black with #1FD615
Text Example
Text Example
White with #1FD615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD615; }
p { color: rgb(31,214,21); }
H1.HeaderClassName
{
color: #1FD615;
}
.AnyTagClassName
{
color: #1FD615;
}
</style>
background-color css
<style>
a { background-color: #1FD615; }
a { background-color: rgb(31,214,21); }
div.DivClassName
{
background-color: #1FD615;
}
.BgClassName
{
background-color: #1FD615;
}
</style>
border-color css
<style>
span { border-color: #1FD615; }
span { border-color: rgb(31,214,21); }
td.TdClassName
{
border-color: #1FD615;
}
.TagClassName
{
border-color: #1FD615;
}
</style>