Shades of Lime Green #1FDE38
Tints of Lime Green #1FDE38
RGB
CMYK
RGB Variations
Color information
#1FDE38 (or 0x1FDE38) is known color: Lime Green. HEX triplet: 1F, DE and 38. RGB value is (31,222,56). Sum of RGB (Red+Green+Blue) = 31+222+56=309 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.03% from 309); Green value is 222 (87.11% from 255 or 71.84% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 222 - color contains mainly: green. Hex color #1FDE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDE38 is #E021C7. Grayscale: #929292. Windows color (decimal): -14688712 or 3726879. OLE color: 3726879.
HSL color Cylindrical-coordinate representation of color #1FDE38: hue angle of 127.85º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDE38 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 222 | 56 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.13 |
| HSL | 127.85º | 0.75% | 0.5% | - |
| HSV(B) | 127.85º | 0.86% | 0.87% | - |
| XYZ | 27.4 | 52.82 | 12.49 | - |
| YUV | 145.97 | 77.22 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 222 | 56 | 0.86 | 0 | 0.75 | 0.13 | 127.85 | 0.75 | 0.5 |
| Hex | 1F | DE | 38 | 56 | 0 | 4B | D | 80 | 4B | 32 |
| Octal | 37 | 336 | 70 | 126 | 0 | 113 | 15 | 200 | 113 | 62 |
| Binary | 11111 | 11011110 | 111000 | 1010110 | 0 | 1001011 | 1101 | 10000000 | 1001011 | 110010 |
Color Harmonies of #1FDE38
Complementary color
Monochromatic Colors of #1FDE38
Black with #1FDE38
Text Example
Text Example
White with #1FDE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDE38; }
p { color: rgb(31,222,56); }
H1.HeaderClassName
{
color: #1FDE38;
}
.AnyTagClassName
{
color: #1FDE38;
}
</style>
background-color css
<style>
a { background-color: #1FDE38; }
a { background-color: rgb(31,222,56); }
div.DivClassName
{
background-color: #1FDE38;
}
.BgClassName
{
background-color: #1FDE38;
}
</style>
border-color css
<style>
span { border-color: #1FDE38; }
span { border-color: rgb(31,222,56); }
td.TdClassName
{
border-color: #1FDE38;
}
.TagClassName
{
border-color: #1FDE38;
}
</style>