Shades of Lime Green #1FCE2E
Tints of Lime Green #1FCE2E
RGB
CMYK
RGB Variations
Color information
#1FCE2E (or 0x1FCE2E) is known color: Lime Green. HEX triplet: 1F, CE and 2E. RGB value is (31,206,46). Sum of RGB (Red+Green+Blue) = 31+206+46=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 206 (80.86% from 255 or 72.79% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCE2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCE2E is #E031D1. Grayscale: #878787. Windows color (decimal): -14692818 or 3067423. OLE color: 3067423.
HSL color Cylindrical-coordinate representation of color #1FCE2E: hue angle of 125.14º 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 #1FCE2E is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 46 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.19 |
| HSL | 125.14º | 0.74% | 0.46% | - |
| HSV(B) | 125.14º | 0.85% | 0.81% | - |
| XYZ | 23.13 | 44.63 | 9.98 | - |
| YUV | 135.44 | 77.52 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 46 | 0.85 | 0 | 0.78 | 0.19 | 125.14 | 0.74 | 0.46 |
| Hex | 1F | CE | 2E | 55 | 0 | 4E | 13 | 7D | 4A | 2E |
| Octal | 37 | 316 | 56 | 125 | 0 | 116 | 23 | 175 | 112 | 56 |
| Binary | 11111 | 11001110 | 101110 | 1010101 | 0 | 1001110 | 10011 | 1111101 | 1001010 | 101110 |
Color Harmonies of #1FCE2E
Complementary color
Monochromatic Colors of #1FCE2E
Black with #1FCE2E
Text Example
Text Example
White with #1FCE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCE2E; }
p { color: rgb(31,206,46); }
H1.HeaderClassName
{
color: #1FCE2E;
}
.AnyTagClassName
{
color: #1FCE2E;
}
</style>
background-color css
<style>
a { background-color: #1FCE2E; }
a { background-color: rgb(31,206,46); }
div.DivClassName
{
background-color: #1FCE2E;
}
.BgClassName
{
background-color: #1FCE2E;
}
</style>
border-color css
<style>
span { border-color: #1FCE2E; }
span { border-color: rgb(31,206,46); }
td.TdClassName
{
border-color: #1FCE2E;
}
.TagClassName
{
border-color: #1FCE2E;
}
</style>