Shades of Lime Green #1FCA0E
Tints of Lime Green #1FCA0E
RGB
CMYK
RGB Variations
Color information
#1FCA0E (or 0x1FCA0E) is known color: Lime Green. HEX triplet: 1F, CA and 0E. RGB value is (31,202,14). Sum of RGB (Red+Green+Blue) = 31+202+14=247 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.55% from 247); Green value is 202 (79.30% from 255 or 81.78% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCA0E is #E035F1. Grayscale: #828282. Windows color (decimal): -14693874 or 969247. OLE color: 969247.
HSL color Cylindrical-coordinate representation of color #1FCA0E: hue angle of 114.57º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1FCA0E is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 202 | 14 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.21 |
| HSL | 114.57º | 0.87% | 0.42% | - |
| HSV(B) | 114.57º | 0.93% | 0.79% | - |
| XYZ | 21.76 | 42.56 | 7.48 | - |
| YUV | 129.44 | 62.85 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 202 | 14 | 0.85 | 0 | 0.93 | 0.21 | 114.57 | 0.87 | 0.42 |
| Hex | 1F | CA | E | 55 | 0 | 5D | 15 | 73 | 57 | 2A |
| Octal | 37 | 312 | 16 | 125 | 0 | 135 | 25 | 163 | 127 | 52 |
| Binary | 11111 | 11001010 | 1110 | 1010101 | 0 | 1011101 | 10101 | 1110011 | 1010111 | 101010 |
Color Harmonies of #1FCA0E
Complementary color
Monochromatic Colors of #1FCA0E
Black with #1FCA0E
Text Example
Text Example
White with #1FCA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCA0E; }
p { color: rgb(31,202,14); }
H1.HeaderClassName
{
color: #1FCA0E;
}
.AnyTagClassName
{
color: #1FCA0E;
}
</style>
background-color css
<style>
a { background-color: #1FCA0E; }
a { background-color: rgb(31,202,14); }
div.DivClassName
{
background-color: #1FCA0E;
}
.BgClassName
{
background-color: #1FCA0E;
}
</style>
border-color css
<style>
span { border-color: #1FCA0E; }
span { border-color: rgb(31,202,14); }
td.TdClassName
{
border-color: #1FCA0E;
}
.TagClassName
{
border-color: #1FCA0E;
}
</style>