Shades of Lime Green #1FCE31
Tints of Lime Green #1FCE31
RGB
CMYK
RGB Variations
Color information
#1FCE31 (or 0x1FCE31) is known color: Lime Green. HEX triplet: 1F, CE and 31. RGB value is (31,206,49). Sum of RGB (Red+Green+Blue) = 31+206+49=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 206 (80.86% from 255 or 72.03% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCE31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCE31 is #E031CE. Grayscale: #888888. Windows color (decimal): -14692815 or 3264031. OLE color: 3264031.
HSL color Cylindrical-coordinate representation of color #1FCE31: hue angle of 126.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCE31 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 49 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.19 |
| HSL | 126.17º | 0.74% | 0.46% | - |
| HSV(B) | 126.17º | 0.85% | 0.81% | - |
| XYZ | 23.19 | 44.66 | 10.3 | - |
| YUV | 135.78 | 79.02 | 53.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 49 | 0.85 | 0 | 0.76 | 0.19 | 126.17 | 0.74 | 0.46 |
| Hex | 1F | CE | 31 | 55 | 0 | 4C | 13 | 7E | 4A | 2E |
| Octal | 37 | 316 | 61 | 125 | 0 | 114 | 23 | 176 | 112 | 56 |
| Binary | 11111 | 11001110 | 110001 | 1010101 | 0 | 1001100 | 10011 | 1111110 | 1001010 | 101110 |
Color Harmonies of #1FCE31
Complementary color
Monochromatic Colors of #1FCE31
Black with #1FCE31
Text Example
Text Example
White with #1FCE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCE31; }
p { color: rgb(31,206,49); }
H1.HeaderClassName
{
color: #1FCE31;
}
.AnyTagClassName
{
color: #1FCE31;
}
</style>
background-color css
<style>
a { background-color: #1FCE31; }
a { background-color: rgb(31,206,49); }
div.DivClassName
{
background-color: #1FCE31;
}
.BgClassName
{
background-color: #1FCE31;
}
</style>
border-color css
<style>
span { border-color: #1FCE31; }
span { border-color: rgb(31,206,49); }
td.TdClassName
{
border-color: #1FCE31;
}
.TagClassName
{
border-color: #1FCE31;
}
</style>