Shades of Lime Green #1FCE20
Tints of Lime Green #1FCE20
RGB
CMYK
RGB Variations
Color information
#1FCE20 (or 0x1FCE20) is known color: Lime Green. HEX triplet: 1F, CE and 20. RGB value is (31,206,32). Sum of RGB (Red+Green+Blue) = 31+206+32=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 206 (80.86% from 255 or 76.58% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCE20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCE20 is #E031DF. Grayscale: #868686. Windows color (decimal): -14692832 or 2149919. OLE color: 2149919.
HSL color Cylindrical-coordinate representation of color #1FCE20: hue angle of 120.34º 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 #1FCE20 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 32 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.19 |
| HSL | 120.34º | 0.74% | 0.46% | - |
| HSV(B) | 120.34º | 0.85% | 0.81% | - |
| XYZ | 22.9 | 44.54 | 8.76 | - |
| YUV | 133.84 | 70.52 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 32 | 0.85 | 0 | 0.84 | 0.19 | 120.34 | 0.74 | 0.46 |
| Hex | 1F | CE | 20 | 55 | 0 | 54 | 13 | 78 | 4A | 2E |
| Octal | 37 | 316 | 40 | 125 | 0 | 124 | 23 | 170 | 112 | 56 |
| Binary | 11111 | 11001110 | 100000 | 1010101 | 0 | 1010100 | 10011 | 1111000 | 1001010 | 101110 |
Color Harmonies of #1FCE20
Complementary color
Monochromatic Colors of #1FCE20
Black with #1FCE20
Text Example
Text Example
White with #1FCE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCE20; }
p { color: rgb(31,206,32); }
H1.HeaderClassName
{
color: #1FCE20;
}
.AnyTagClassName
{
color: #1FCE20;
}
</style>
background-color css
<style>
a { background-color: #1FCE20; }
a { background-color: rgb(31,206,32); }
div.DivClassName
{
background-color: #1FCE20;
}
.BgClassName
{
background-color: #1FCE20;
}
</style>
border-color css
<style>
span { border-color: #1FCE20; }
span { border-color: rgb(31,206,32); }
td.TdClassName
{
border-color: #1FCE20;
}
.TagClassName
{
border-color: #1FCE20;
}
</style>