Shades of Lime Green #1FF032
Tints of Lime Green #1FF032
RGB
CMYK
RGB Variations
Color information
#1FF032 (or 0x1FF032) is known color: Lime Green. HEX triplet: 1F, F0 and 32. RGB value is (31,240,50). Sum of RGB (Red+Green+Blue) = 31+240+50=321 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.66% from 321); Green value is 240 (94.14% from 255 or 74.77% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 240 - color contains mainly: green. Hex color #1FF032 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FF032 is #E00FCD. Grayscale: #9C9C9C. Windows color (decimal): -14684110 or 3338271. OLE color: 3338271.
HSL color Cylindrical-coordinate representation of color #1FF032: hue angle of 125.45º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF032 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 240 | 50 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.06 |
| HSL | 125.45º | 0.87% | 0.53% | - |
| HSV(B) | 125.45º | 0.87% | 0.94% | - |
| XYZ | 32.3 | 62.84 | 13.44 | - |
| YUV | 155.85 | 68.26 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 240 | 50 | 0.87 | 0 | 0.79 | 0.06 | 125.45 | 0.87 | 0.53 |
| Hex | 1F | F0 | 32 | 57 | 0 | 4F | 6 | 7D | 57 | 35 |
| Octal | 37 | 360 | 62 | 127 | 0 | 117 | 6 | 175 | 127 | 65 |
| Binary | 11111 | 11110000 | 110010 | 1010111 | 0 | 1001111 | 110 | 1111101 | 1010111 | 110101 |
Color Harmonies of #1FF032
Complementary color
Monochromatic Colors of #1FF032
Black with #1FF032
Text Example
Text Example
White with #1FF032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF032; }
p { color: rgb(31,240,50); }
H1.HeaderClassName
{
color: #1FF032;
}
.AnyTagClassName
{
color: #1FF032;
}
</style>
background-color css
<style>
a { background-color: #1FF032; }
a { background-color: rgb(31,240,50); }
div.DivClassName
{
background-color: #1FF032;
}
.BgClassName
{
background-color: #1FF032;
}
</style>
border-color css
<style>
span { border-color: #1FF032; }
span { border-color: rgb(31,240,50); }
td.TdClassName
{
border-color: #1FF032;
}
.TagClassName
{
border-color: #1FF032;
}
</style>