Shades of Lime Green #1FD934
Tints of Lime Green #1FD934
RGB
CMYK
RGB Variations
Color information
#1FD934 (or 0x1FD934) is known color: Lime Green. HEX triplet: 1F, D9 and 34. RGB value is (31,217,52). Sum of RGB (Red+Green+Blue) = 31+217+52=300 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.33% from 300); Green value is 217 (85.16% from 255 or 72.33% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 217 - color contains mainly: green. Hex color #1FD934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD934 is #E026CB. Grayscale: #8F8F8F. Windows color (decimal): -14689996 or 3463455. OLE color: 3463455.
HSL color Cylindrical-coordinate representation of color #1FD934: hue angle of 126.77º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD934 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 217 | 52 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.15 |
| HSL | 126.77º | 0.75% | 0.49% | - |
| HSV(B) | 126.77º | 0.86% | 0.85% | - |
| XYZ | 26 | 50.16 | 11.56 | - |
| YUV | 142.58 | 76.88 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 217 | 52 | 0.86 | 0 | 0.76 | 0.15 | 126.77 | 0.75 | 0.49 |
| Hex | 1F | D9 | 34 | 56 | 0 | 4C | F | 7F | 4B | 31 |
| Octal | 37 | 331 | 64 | 126 | 0 | 114 | 17 | 177 | 113 | 61 |
| Binary | 11111 | 11011001 | 110100 | 1010110 | 0 | 1001100 | 1111 | 1111111 | 1001011 | 110001 |
Color Harmonies of #1FD934
Complementary color
Monochromatic Colors of #1FD934
Black with #1FD934
Text Example
Text Example
White with #1FD934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD934; }
p { color: rgb(31,217,52); }
H1.HeaderClassName
{
color: #1FD934;
}
.AnyTagClassName
{
color: #1FD934;
}
</style>
background-color css
<style>
a { background-color: #1FD934; }
a { background-color: rgb(31,217,52); }
div.DivClassName
{
background-color: #1FD934;
}
.BgClassName
{
background-color: #1FD934;
}
</style>
border-color css
<style>
span { border-color: #1FD934; }
span { border-color: rgb(31,217,52); }
td.TdClassName
{
border-color: #1FD934;
}
.TagClassName
{
border-color: #1FD934;
}
</style>