Shades of Lime Green #1FCE35
Tints of Lime Green #1FCE35
RGB
CMYK
RGB Variations
Color information
#1FCE35 (or 0x1FCE35) is known color: Lime Green. HEX triplet: 1F, CE and 35. RGB value is (31,206,53). Sum of RGB (Red+Green+Blue) = 31+206+53=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 206 (80.86% from 255 or 71.03% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCE35 is #E031CA. Grayscale: #888888. Windows color (decimal): -14692811 or 3526175. OLE color: 3526175.
HSL color Cylindrical-coordinate representation of color #1FCE35: hue angle of 127.54º 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 #1FCE35 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 53 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.19 |
| HSL | 127.54º | 0.74% | 0.46% | - |
| HSV(B) | 127.54º | 0.85% | 0.81% | - |
| XYZ | 23.28 | 44.69 | 10.77 | - |
| YUV | 136.23 | 81.02 | 52.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 53 | 0.85 | 0 | 0.74 | 0.19 | 127.54 | 0.74 | 0.46 |
| Hex | 1F | CE | 35 | 55 | 0 | 4A | 13 | 80 | 4A | 2E |
| Octal | 37 | 316 | 65 | 125 | 0 | 112 | 23 | 200 | 112 | 56 |
| Binary | 11111 | 11001110 | 110101 | 1010101 | 0 | 1001010 | 10011 | 10000000 | 1001010 | 101110 |
Color Harmonies of #1FCE35
Complementary color
Monochromatic Colors of #1FCE35
Black with #1FCE35
Text Example
Text Example
White with #1FCE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCE35; }
p { color: rgb(31,206,53); }
H1.HeaderClassName
{
color: #1FCE35;
}
.AnyTagClassName
{
color: #1FCE35;
}
</style>
background-color css
<style>
a { background-color: #1FCE35; }
a { background-color: rgb(31,206,53); }
div.DivClassName
{
background-color: #1FCE35;
}
.BgClassName
{
background-color: #1FCE35;
}
</style>
border-color css
<style>
span { border-color: #1FCE35; }
span { border-color: rgb(31,206,53); }
td.TdClassName
{
border-color: #1FCE35;
}
.TagClassName
{
border-color: #1FCE35;
}
</style>