Shades of Lime Green #1FC732
Tints of Lime Green #1FC732
RGB
CMYK
RGB Variations
Color information
#1FC732 (or 0x1FC732) is known color: Lime Green. HEX triplet: 1F, C7 and 32. RGB value is (31,199,50). Sum of RGB (Red+Green+Blue) = 31+199+50=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 199 (78.12% from 255 or 71.07% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 199 - color contains mainly: green. Hex color #1FC732 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC732 is #E038CD. Grayscale: #848484. Windows color (decimal): -14694606 or 3327775. OLE color: 3327775.
HSL color Cylindrical-coordinate representation of color #1FC732: hue angle of 126.79º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC732 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 199 | 50 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.22 |
| HSL | 126.79º | 0.73% | 0.45% | - |
| HSV(B) | 126.79º | 0.84% | 0.78% | - |
| XYZ | 21.56 | 41.37 | 9.87 | - |
| YUV | 131.78 | 81.84 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 199 | 50 | 0.84 | 0 | 0.75 | 0.22 | 126.79 | 0.73 | 0.45 |
| Hex | 1F | C7 | 32 | 54 | 0 | 4B | 16 | 7F | 49 | 2D |
| Octal | 37 | 307 | 62 | 124 | 0 | 113 | 26 | 177 | 111 | 55 |
| Binary | 11111 | 11000111 | 110010 | 1010100 | 0 | 1001011 | 10110 | 1111111 | 1001001 | 101101 |
Color Harmonies of #1FC732
Complementary color
Monochromatic Colors of #1FC732
Black with #1FC732
Text Example
Text Example
White with #1FC732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC732; }
p { color: rgb(31,199,50); }
H1.HeaderClassName
{
color: #1FC732;
}
.AnyTagClassName
{
color: #1FC732;
}
</style>
background-color css
<style>
a { background-color: #1FC732; }
a { background-color: rgb(31,199,50); }
div.DivClassName
{
background-color: #1FC732;
}
.BgClassName
{
background-color: #1FC732;
}
</style>
border-color css
<style>
span { border-color: #1FC732; }
span { border-color: rgb(31,199,50); }
td.TdClassName
{
border-color: #1FC732;
}
.TagClassName
{
border-color: #1FC732;
}
</style>