Shades of Lime Green #1FD039
Tints of Lime Green #1FD039
RGB
CMYK
RGB Variations
Color information
#1FD039 (or 0x1FD039) is known color: Lime Green. HEX triplet: 1F, D0 and 39. RGB value is (31,208,57). Sum of RGB (Red+Green+Blue) = 31+208+57=296 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.47% from 296); Green value is 208 (81.64% from 255 or 70.27% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD039 is #E02FC6. Grayscale: #8A8A8A. Windows color (decimal): -14692295 or 3788831. OLE color: 3788831.
HSL color Cylindrical-coordinate representation of color #1FD039: hue angle of 128.81º 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 #1FD039 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 208 | 57 | - |
| CMYK | 0.85 | 0 | 0.73 | 0.18 |
| HSL | 128.81º | 0.74% | 0.47% | - |
| HSV(B) | 128.81º | 0.85% | 0.82% | - |
| XYZ | 23.86 | 45.7 | 11.43 | - |
| YUV | 137.86 | 82.36 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 208 | 57 | 0.85 | 0 | 0.73 | 0.18 | 128.81 | 0.74 | 0.47 |
| Hex | 1F | D0 | 39 | 55 | 0 | 49 | 12 | 81 | 4A | 2F |
| Octal | 37 | 320 | 71 | 125 | 0 | 111 | 22 | 201 | 112 | 57 |
| Binary | 11111 | 11010000 | 111001 | 1010101 | 0 | 1001001 | 10010 | 10000001 | 1001010 | 101111 |
Color Harmonies of #1FD039
Complementary color
Monochromatic Colors of #1FD039
Black with #1FD039
Text Example
Text Example
White with #1FD039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD039; }
p { color: rgb(31,208,57); }
H1.HeaderClassName
{
color: #1FD039;
}
.AnyTagClassName
{
color: #1FD039;
}
</style>
background-color css
<style>
a { background-color: #1FD039; }
a { background-color: rgb(31,208,57); }
div.DivClassName
{
background-color: #1FD039;
}
.BgClassName
{
background-color: #1FD039;
}
</style>
border-color css
<style>
span { border-color: #1FD039; }
span { border-color: rgb(31,208,57); }
td.TdClassName
{
border-color: #1FD039;
}
.TagClassName
{
border-color: #1FD039;
}
</style>