Shades of Lime Green #1FCA32
Tints of Lime Green #1FCA32
RGB
CMYK
RGB Variations
Color information
#1FCA32 (or 0x1FCA32) is known color: Lime Green. HEX triplet: 1F, CA and 32. RGB value is (31,202,50). Sum of RGB (Red+Green+Blue) = 31+202+50=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 202 (79.30% from 255 or 71.38% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCA32 is #E035CD. Grayscale: #858585. Windows color (decimal): -14693838 or 3328543. OLE color: 3328543.
HSL color Cylindrical-coordinate representation of color #1FCA32: hue angle of 126.67º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCA32 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 202 | 50 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.21 |
| HSL | 126.67º | 0.73% | 0.46% | - |
| HSV(B) | 126.67º | 0.85% | 0.79% | - |
| XYZ | 22.26 | 42.76 | 10.1 | - |
| YUV | 133.54 | 80.85 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 202 | 50 | 0.85 | 0 | 0.75 | 0.21 | 126.67 | 0.73 | 0.46 |
| Hex | 1F | CA | 32 | 55 | 0 | 4B | 15 | 7F | 49 | 2E |
| Octal | 37 | 312 | 62 | 125 | 0 | 113 | 25 | 177 | 111 | 56 |
| Binary | 11111 | 11001010 | 110010 | 1010101 | 0 | 1001011 | 10101 | 1111111 | 1001001 | 101110 |
Color Harmonies of #1FCA32
Complementary color
Monochromatic Colors of #1FCA32
Black with #1FCA32
Text Example
Text Example
White with #1FCA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCA32; }
p { color: rgb(31,202,50); }
H1.HeaderClassName
{
color: #1FCA32;
}
.AnyTagClassName
{
color: #1FCA32;
}
</style>
background-color css
<style>
a { background-color: #1FCA32; }
a { background-color: rgb(31,202,50); }
div.DivClassName
{
background-color: #1FCA32;
}
.BgClassName
{
background-color: #1FCA32;
}
</style>
border-color css
<style>
span { border-color: #1FCA32; }
span { border-color: rgb(31,202,50); }
td.TdClassName
{
border-color: #1FCA32;
}
.TagClassName
{
border-color: #1FCA32;
}
</style>