Shades of Lime Green #1FDE33
Tints of Lime Green #1FDE33
RGB
CMYK
RGB Variations
Color information
#1FDE33 (or 0x1FDE33) is known color: Lime Green. HEX triplet: 1F, DE and 33. RGB value is (31,222,51). Sum of RGB (Red+Green+Blue) = 31+222+51=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 222 (87.11% from 255 or 73.03% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 222 - color contains mainly: green. Hex color #1FDE33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDE33 is #E021CC. Grayscale: #919191. Windows color (decimal): -14688717 or 3399199. OLE color: 3399199.
HSL color Cylindrical-coordinate representation of color #1FDE33: hue angle of 126.28º 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 #1FDE33 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 222 | 51 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.13 |
| HSL | 126.28º | 0.75% | 0.5% | - |
| HSV(B) | 126.28º | 0.86% | 0.87% | - |
| XYZ | 27.28 | 52.77 | 11.88 | - |
| YUV | 145.4 | 74.72 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 222 | 51 | 0.86 | 0 | 0.77 | 0.13 | 126.28 | 0.75 | 0.5 |
| Hex | 1F | DE | 33 | 56 | 0 | 4D | D | 7E | 4B | 32 |
| Octal | 37 | 336 | 63 | 126 | 0 | 115 | 15 | 176 | 113 | 62 |
| Binary | 11111 | 11011110 | 110011 | 1010110 | 0 | 1001101 | 1101 | 1111110 | 1001011 | 110010 |
Color Harmonies of #1FDE33
Complementary color
Monochromatic Colors of #1FDE33
Black with #1FDE33
Text Example
Text Example
White with #1FDE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDE33; }
p { color: rgb(31,222,51); }
H1.HeaderClassName
{
color: #1FDE33;
}
.AnyTagClassName
{
color: #1FDE33;
}
</style>
background-color css
<style>
a { background-color: #1FDE33; }
a { background-color: rgb(31,222,51); }
div.DivClassName
{
background-color: #1FDE33;
}
.BgClassName
{
background-color: #1FDE33;
}
</style>
border-color css
<style>
span { border-color: #1FDE33; }
span { border-color: rgb(31,222,51); }
td.TdClassName
{
border-color: #1FDE33;
}
.TagClassName
{
border-color: #1FDE33;
}
</style>