Shades of Lime Green #1FDD32
Tints of Lime Green #1FDD32
RGB
CMYK
RGB Variations
Color information
#1FDD32 (or 0x1FDD32) is known color: Lime Green. HEX triplet: 1F, DD and 32. RGB value is (31,221,50). Sum of RGB (Red+Green+Blue) = 31+221+50=302 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.26% from 302); Green value is 221 (86.72% from 255 or 73.18% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDD32 is #E022CD. Grayscale: #919191. Windows color (decimal): -14688974 or 3333407. OLE color: 3333407.
HSL color Cylindrical-coordinate representation of color #1FDD32: hue angle of 126º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDD32 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 221 | 50 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.13 |
| HSL | 126º | 0.75% | 0.49% | - |
| HSV(B) | 126º | 0.86% | 0.87% | - |
| XYZ | 27 | 52.23 | 11.68 | - |
| YUV | 144.7 | 74.55 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 50 | 0.86 | 0 | 0.77 | 0.13 | 126 | 0.75 | 0.49 |
| Hex | 1F | DD | 32 | 56 | 0 | 4D | D | 7E | 4B | 31 |
| Octal | 37 | 335 | 62 | 126 | 0 | 115 | 15 | 176 | 113 | 61 |
| Binary | 11111 | 11011101 | 110010 | 1010110 | 0 | 1001101 | 1101 | 1111110 | 1001011 | 110001 |
Color Harmonies of #1FDD32
Complementary color
Monochromatic Colors of #1FDD32
Black with #1FDD32
Text Example
Text Example
White with #1FDD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDD32; }
p { color: rgb(31,221,50); }
H1.HeaderClassName
{
color: #1FDD32;
}
.AnyTagClassName
{
color: #1FDD32;
}
</style>
background-color css
<style>
a { background-color: #1FDD32; }
a { background-color: rgb(31,221,50); }
div.DivClassName
{
background-color: #1FDD32;
}
.BgClassName
{
background-color: #1FDD32;
}
</style>
border-color css
<style>
span { border-color: #1FDD32; }
span { border-color: rgb(31,221,50); }
td.TdClassName
{
border-color: #1FDD32;
}
.TagClassName
{
border-color: #1FDD32;
}
</style>