Shades of Lime Green #1FD824
Tints of Lime Green #1FD824
RGB
CMYK
RGB Variations
Color information
#1FD824 (or 0x1FD824) is known color: Lime Green. HEX triplet: 1F, D8 and 24. RGB value is (31,216,36). Sum of RGB (Red+Green+Blue) = 31+216+36=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 216 (84.77% from 255 or 76.33% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 216 - color contains mainly: green. Hex color #1FD824 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD824 is #E027DB. Grayscale: #8C8C8C. Windows color (decimal): -14690268 or 2414623. OLE color: 2414623.
HSL color Cylindrical-coordinate representation of color #1FD824: hue angle of 121.62º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD824 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 216 | 36 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.15 |
| HSL | 121.62º | 0.75% | 0.48% | - |
| HSV(B) | 121.62º | 0.86% | 0.85% | - |
| XYZ | 25.44 | 49.53 | 9.89 | - |
| YUV | 140.17 | 69.21 | 50.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 216 | 36 | 0.86 | 0 | 0.83 | 0.15 | 121.62 | 0.75 | 0.48 |
| Hex | 1F | D8 | 24 | 56 | 0 | 53 | F | 7A | 4B | 30 |
| Octal | 37 | 330 | 44 | 126 | 0 | 123 | 17 | 172 | 113 | 60 |
| Binary | 11111 | 11011000 | 100100 | 1010110 | 0 | 1010011 | 1111 | 1111010 | 1001011 | 110000 |
Color Harmonies of #1FD824
Complementary color
Monochromatic Colors of #1FD824
Black with #1FD824
Text Example
Text Example
White with #1FD824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD824; }
p { color: rgb(31,216,36); }
H1.HeaderClassName
{
color: #1FD824;
}
.AnyTagClassName
{
color: #1FD824;
}
</style>
background-color css
<style>
a { background-color: #1FD824; }
a { background-color: rgb(31,216,36); }
div.DivClassName
{
background-color: #1FD824;
}
.BgClassName
{
background-color: #1FD824;
}
</style>
border-color css
<style>
span { border-color: #1FD824; }
span { border-color: rgb(31,216,36); }
td.TdClassName
{
border-color: #1FD824;
}
.TagClassName
{
border-color: #1FD824;
}
</style>