Shades of Lime Green #1FD231
Tints of Lime Green #1FD231
RGB
CMYK
RGB Variations
Color information
#1FD231 (or 0x1FD231) is known color: Lime Green. HEX triplet: 1F, D2 and 31. RGB value is (31,210,49). Sum of RGB (Red+Green+Blue) = 31+210+49=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 210 (82.42% from 255 or 72.41% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD231 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD231 is #E02DCE. Grayscale: #8A8A8A. Windows color (decimal): -14691791 or 3265055. OLE color: 3265055.
HSL color Cylindrical-coordinate representation of color #1FD231: hue angle of 126.03º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD231 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 210 | 49 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.18 |
| HSL | 126.03º | 0.74% | 0.47% | - |
| HSV(B) | 126.03º | 0.85% | 0.82% | - |
| XYZ | 24.17 | 46.61 | 10.63 | - |
| YUV | 138.13 | 77.7 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 210 | 49 | 0.85 | 0 | 0.77 | 0.18 | 126.03 | 0.74 | 0.47 |
| Hex | 1F | D2 | 31 | 55 | 0 | 4D | 12 | 7E | 4A | 2F |
| Octal | 37 | 322 | 61 | 125 | 0 | 115 | 22 | 176 | 112 | 57 |
| Binary | 11111 | 11010010 | 110001 | 1010101 | 0 | 1001101 | 10010 | 1111110 | 1001010 | 101111 |
Color Harmonies of #1FD231
Complementary color
Monochromatic Colors of #1FD231
Black with #1FD231
Text Example
Text Example
White with #1FD231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD231; }
p { color: rgb(31,210,49); }
H1.HeaderClassName
{
color: #1FD231;
}
.AnyTagClassName
{
color: #1FD231;
}
</style>
background-color css
<style>
a { background-color: #1FD231; }
a { background-color: rgb(31,210,49); }
div.DivClassName
{
background-color: #1FD231;
}
.BgClassName
{
background-color: #1FD231;
}
</style>
border-color css
<style>
span { border-color: #1FD231; }
span { border-color: rgb(31,210,49); }
td.TdClassName
{
border-color: #1FD231;
}
.TagClassName
{
border-color: #1FD231;
}
</style>