Shades of Lime Green #1FCC32
Tints of Lime Green #1FCC32
RGB
CMYK
RGB Variations
Color information
#1FCC32 (or 0x1FCC32) is known color: Lime Green. HEX triplet: 1F, CC and 32. RGB value is (31,204,50). Sum of RGB (Red+Green+Blue) = 31+204+50=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 204 (80.08% from 255 or 71.58% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCC32 is #E033CD. Grayscale: #878787. Windows color (decimal): -14693326 or 3329055. OLE color: 3329055.
HSL color Cylindrical-coordinate representation of color #1FCC32: hue angle of 126.59º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCC32 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 50 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.2 |
| HSL | 126.59º | 0.74% | 0.46% | - |
| HSV(B) | 126.59º | 0.85% | 0.8% | - |
| XYZ | 22.73 | 43.71 | 10.26 | - |
| YUV | 134.72 | 80.19 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 50 | 0.85 | 0 | 0.75 | 0.2 | 126.59 | 0.74 | 0.46 |
| Hex | 1F | CC | 32 | 55 | 0 | 4B | 14 | 7F | 4A | 2E |
| Octal | 37 | 314 | 62 | 125 | 0 | 113 | 24 | 177 | 112 | 56 |
| Binary | 11111 | 11001100 | 110010 | 1010101 | 0 | 1001011 | 10100 | 1111111 | 1001010 | 101110 |
Color Harmonies of #1FCC32
Complementary color
Monochromatic Colors of #1FCC32
Black with #1FCC32
Text Example
Text Example
White with #1FCC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCC32; }
p { color: rgb(31,204,50); }
H1.HeaderClassName
{
color: #1FCC32;
}
.AnyTagClassName
{
color: #1FCC32;
}
</style>
background-color css
<style>
a { background-color: #1FCC32; }
a { background-color: rgb(31,204,50); }
div.DivClassName
{
background-color: #1FCC32;
}
.BgClassName
{
background-color: #1FCC32;
}
</style>
border-color css
<style>
span { border-color: #1FCC32; }
span { border-color: rgb(31,204,50); }
td.TdClassName
{
border-color: #1FCC32;
}
.TagClassName
{
border-color: #1FCC32;
}
</style>