Shades of Lime Green #1FCB32
Tints of Lime Green #1FCB32
RGB
CMYK
RGB Variations
Color information
#1FCB32 (or 0x1FCB32) is known color: Lime Green. HEX triplet: 1F, CB and 32. RGB value is (31,203,50). Sum of RGB (Red+Green+Blue) = 31+203+50=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 203 (79.69% from 255 or 71.48% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCB32 is #E034CD. Grayscale: #868686. Windows color (decimal): -14693582 or 3328799. OLE color: 3328799.
HSL color Cylindrical-coordinate representation of color #1FCB32: hue angle of 126.63º 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 #1FCB32 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 203 | 50 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.20 |
| HSL | 126.63º | 0.74% | 0.46% | - |
| HSV(B) | 126.63º | 0.85% | 0.8% | - |
| XYZ | 22.5 | 43.23 | 10.18 | - |
| YUV | 134.13 | 80.52 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 50 | 0.85 | 0 | 0.75 | 0.20 | 126.63 | 0.74 | 0.46 |
| Hex | 1F | CB | 32 | 55 | 0 | 4B | 14 | 7F | 4A | 2E |
| Octal | 37 | 313 | 62 | 125 | 0 | 113 | 24 | 177 | 112 | 56 |
| Binary | 11111 | 11001011 | 110010 | 1010101 | 0 | 1001011 | 10100 | 1111111 | 1001010 | 101110 |
Color Harmonies of #1FCB32
Complementary color
Monochromatic Colors of #1FCB32
Black with #1FCB32
Text Example
Text Example
White with #1FCB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCB32; }
p { color: rgb(31,203,50); }
H1.HeaderClassName
{
color: #1FCB32;
}
.AnyTagClassName
{
color: #1FCB32;
}
</style>
background-color css
<style>
a { background-color: #1FCB32; }
a { background-color: rgb(31,203,50); }
div.DivClassName
{
background-color: #1FCB32;
}
.BgClassName
{
background-color: #1FCB32;
}
</style>
border-color css
<style>
span { border-color: #1FCB32; }
span { border-color: rgb(31,203,50); }
td.TdClassName
{
border-color: #1FCB32;
}
.TagClassName
{
border-color: #1FCB32;
}
</style>