Shades of Lime Green #1FD136
Tints of Lime Green #1FD136
RGB
CMYK
RGB Variations
Color information
#1FD136 (or 0x1FD136) is known color: Lime Green. HEX triplet: 1F, D1 and 36. RGB value is (31,209,54). Sum of RGB (Red+Green+Blue) = 31+209+54=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 209 (82.03% from 255 or 71.09% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 209 - color contains mainly: green. Hex color #1FD136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD136 is #E02EC9. Grayscale: #8A8A8A. Windows color (decimal): -14692042 or 3592479. OLE color: 3592479.
HSL color Cylindrical-coordinate representation of color #1FD136: hue angle of 127.75º 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 #1FD136 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 209 | 54 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.18 |
| HSL | 127.75º | 0.74% | 0.47% | - |
| HSV(B) | 127.75º | 0.85% | 0.82% | - |
| XYZ | 24.03 | 46.16 | 11.13 | - |
| YUV | 138.11 | 80.53 | 51.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 209 | 54 | 0.85 | 0 | 0.74 | 0.18 | 127.75 | 0.74 | 0.47 |
| Hex | 1F | D1 | 36 | 55 | 0 | 4A | 12 | 80 | 4A | 2F |
| Octal | 37 | 321 | 66 | 125 | 0 | 112 | 22 | 200 | 112 | 57 |
| Binary | 11111 | 11010001 | 110110 | 1010101 | 0 | 1001010 | 10010 | 10000000 | 1001010 | 101111 |
Color Harmonies of #1FD136
Complementary color
Monochromatic Colors of #1FD136
Black with #1FD136
Text Example
Text Example
White with #1FD136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD136; }
p { color: rgb(31,209,54); }
H1.HeaderClassName
{
color: #1FD136;
}
.AnyTagClassName
{
color: #1FD136;
}
</style>
background-color css
<style>
a { background-color: #1FD136; }
a { background-color: rgb(31,209,54); }
div.DivClassName
{
background-color: #1FD136;
}
.BgClassName
{
background-color: #1FD136;
}
</style>
border-color css
<style>
span { border-color: #1FD136; }
span { border-color: rgb(31,209,54); }
td.TdClassName
{
border-color: #1FD136;
}
.TagClassName
{
border-color: #1FD136;
}
</style>