Shades of Lime Green #1FEB32
Tints of Lime Green #1FEB32
RGB
CMYK
RGB Variations
Color information
#1FEB32 (or 0x1FEB32) is known color: Lime Green. HEX triplet: 1F, EB and 32. RGB value is (31,235,50). Sum of RGB (Red+Green+Blue) = 31+235+50=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 235 (92.19% from 255 or 74.37% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 235 - color contains mainly: green. Hex color #1FEB32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FEB32 is #E014CD. Grayscale: #999999. Windows color (decimal): -14685390 or 3336991. OLE color: 3336991.
HSL color Cylindrical-coordinate representation of color #1FEB32: hue angle of 125.59º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEB32 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 235 | 50 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.08 |
| HSL | 125.59º | 0.84% | 0.52% | - |
| HSV(B) | 125.59º | 0.87% | 0.92% | - |
| XYZ | 30.85 | 59.94 | 12.96 | - |
| YUV | 152.91 | 69.91 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 235 | 50 | 0.87 | 0 | 0.79 | 0.08 | 125.59 | 0.84 | 0.52 |
| Hex | 1F | EB | 32 | 57 | 0 | 4F | 8 | 7E | 54 | 34 |
| Octal | 37 | 353 | 62 | 127 | 0 | 117 | 10 | 176 | 124 | 64 |
| Binary | 11111 | 11101011 | 110010 | 1010111 | 0 | 1001111 | 1000 | 1111110 | 1010100 | 110100 |
Color Harmonies of #1FEB32
Complementary color
Monochromatic Colors of #1FEB32
Black with #1FEB32
Text Example
Text Example
White with #1FEB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEB32; }
p { color: rgb(31,235,50); }
H1.HeaderClassName
{
color: #1FEB32;
}
.AnyTagClassName
{
color: #1FEB32;
}
</style>
background-color css
<style>
a { background-color: #1FEB32; }
a { background-color: rgb(31,235,50); }
div.DivClassName
{
background-color: #1FEB32;
}
.BgClassName
{
background-color: #1FEB32;
}
</style>
border-color css
<style>
span { border-color: #1FEB32; }
span { border-color: rgb(31,235,50); }
td.TdClassName
{
border-color: #1FEB32;
}
.TagClassName
{
border-color: #1FEB32;
}
</style>