Shades of Lime Green #1FD531
Tints of Lime Green #1FD531
RGB
CMYK
RGB Variations
Color information
#1FD531 (or 0x1FD531) is known color: Lime Green. HEX triplet: 1F, D5 and 31. RGB value is (31,213,49). Sum of RGB (Red+Green+Blue) = 31+213+49=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 213 (83.59% from 255 or 72.70% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 213 - color contains mainly: green. Hex color #1FD531 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD531 is #E02ACE. Grayscale: #8C8C8C. Windows color (decimal): -14691023 or 3265823. OLE color: 3265823.
HSL color Cylindrical-coordinate representation of color #1FD531: hue angle of 125.93º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD531 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 213 | 49 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.16 |
| HSL | 125.93º | 0.75% | 0.48% | - |
| HSV(B) | 125.93º | 0.85% | 0.84% | - |
| XYZ | 24.91 | 48.1 | 10.88 | - |
| YUV | 139.89 | 76.7 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 213 | 49 | 0.85 | 0 | 0.77 | 0.16 | 125.93 | 0.75 | 0.48 |
| Hex | 1F | D5 | 31 | 55 | 0 | 4D | 10 | 7E | 4B | 30 |
| Octal | 37 | 325 | 61 | 125 | 0 | 115 | 20 | 176 | 113 | 60 |
| Binary | 11111 | 11010101 | 110001 | 1010101 | 0 | 1001101 | 10000 | 1111110 | 1001011 | 110000 |
Color Harmonies of #1FD531
Complementary color
Monochromatic Colors of #1FD531
Black with #1FD531
Text Example
Text Example
White with #1FD531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD531; }
p { color: rgb(31,213,49); }
H1.HeaderClassName
{
color: #1FD531;
}
.AnyTagClassName
{
color: #1FD531;
}
</style>
background-color css
<style>
a { background-color: #1FD531; }
a { background-color: rgb(31,213,49); }
div.DivClassName
{
background-color: #1FD531;
}
.BgClassName
{
background-color: #1FD531;
}
</style>
border-color css
<style>
span { border-color: #1FD531; }
span { border-color: rgb(31,213,49); }
td.TdClassName
{
border-color: #1FD531;
}
.TagClassName
{
border-color: #1FD531;
}
</style>