Shades of Lime Green #1FCA2E
Tints of Lime Green #1FCA2E
RGB
CMYK
RGB Variations
Color information
#1FCA2E (or 0x1FCA2E) is known color: Lime Green. HEX triplet: 1F, CA and 2E. RGB value is (31,202,46). Sum of RGB (Red+Green+Blue) = 31+202+46=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 202 (79.30% from 255 or 72.40% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCA2E is #E035D1. Grayscale: #858585. Windows color (decimal): -14693842 or 3066399. OLE color: 3066399.
HSL color Cylindrical-coordinate representation of color #1FCA2E: hue angle of 125.26º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCA2E is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 202 | 46 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.21 |
| HSL | 125.26º | 0.73% | 0.46% | - |
| HSV(B) | 125.26º | 0.85% | 0.79% | - |
| XYZ | 22.18 | 42.73 | 9.66 | - |
| YUV | 133.09 | 78.85 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 202 | 46 | 0.85 | 0 | 0.77 | 0.21 | 125.26 | 0.73 | 0.46 |
| Hex | 1F | CA | 2E | 55 | 0 | 4D | 15 | 7D | 49 | 2E |
| Octal | 37 | 312 | 56 | 125 | 0 | 115 | 25 | 175 | 111 | 56 |
| Binary | 11111 | 11001010 | 101110 | 1010101 | 0 | 1001101 | 10101 | 1111101 | 1001001 | 101110 |
Color Harmonies of #1FCA2E
Complementary color
Monochromatic Colors of #1FCA2E
Black with #1FCA2E
Text Example
Text Example
White with #1FCA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCA2E; }
p { color: rgb(31,202,46); }
H1.HeaderClassName
{
color: #1FCA2E;
}
.AnyTagClassName
{
color: #1FCA2E;
}
</style>
background-color css
<style>
a { background-color: #1FCA2E; }
a { background-color: rgb(31,202,46); }
div.DivClassName
{
background-color: #1FCA2E;
}
.BgClassName
{
background-color: #1FCA2E;
}
</style>
border-color css
<style>
span { border-color: #1FCA2E; }
span { border-color: rgb(31,202,46); }
td.TdClassName
{
border-color: #1FCA2E;
}
.TagClassName
{
border-color: #1FCA2E;
}
</style>