Shades of Lime Green #1FDC32
Tints of Lime Green #1FDC32
RGB
CMYK
RGB Variations
Color information
#1FDC32 (or 0x1FDC32) is known color: Lime Green. HEX triplet: 1F, DC and 32. RGB value is (31,220,50). Sum of RGB (Red+Green+Blue) = 31+220+50=301 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.30% from 301); Green value is 220 (86.33% from 255 or 73.09% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDC32 is #E023CD. Grayscale: #909090. Windows color (decimal): -14689230 or 3333151. OLE color: 3333151.
HSL color Cylindrical-coordinate representation of color #1FDC32: hue angle of 126.03º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDC32 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 220 | 50 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.14 |
| HSL | 126.03º | 0.75% | 0.49% | - |
| HSV(B) | 126.03º | 0.86% | 0.86% | - |
| XYZ | 26.73 | 51.71 | 11.59 | - |
| YUV | 144.11 | 74.88 | 47.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 220 | 50 | 0.86 | 0 | 0.77 | 0.14 | 126.03 | 0.75 | 0.49 |
| Hex | 1F | DC | 32 | 56 | 0 | 4D | E | 7E | 4B | 31 |
| Octal | 37 | 334 | 62 | 126 | 0 | 115 | 16 | 176 | 113 | 61 |
| Binary | 11111 | 11011100 | 110010 | 1010110 | 0 | 1001101 | 1110 | 1111110 | 1001011 | 110001 |
Color Harmonies of #1FDC32
Complementary color
Monochromatic Colors of #1FDC32
Black with #1FDC32
Text Example
Text Example
White with #1FDC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDC32; }
p { color: rgb(31,220,50); }
H1.HeaderClassName
{
color: #1FDC32;
}
.AnyTagClassName
{
color: #1FDC32;
}
</style>
background-color css
<style>
a { background-color: #1FDC32; }
a { background-color: rgb(31,220,50); }
div.DivClassName
{
background-color: #1FDC32;
}
.BgClassName
{
background-color: #1FDC32;
}
</style>
border-color css
<style>
span { border-color: #1FDC32; }
span { border-color: rgb(31,220,50); }
td.TdClassName
{
border-color: #1FDC32;
}
.TagClassName
{
border-color: #1FDC32;
}
</style>