Shades of Lime Green #1FCE2C
Tints of Lime Green #1FCE2C
RGB
CMYK
RGB Variations
Color information
#1FCE2C (or 0x1FCE2C) is known color: Lime Green. HEX triplet: 1F, CE and 2C. RGB value is (31,206,44). Sum of RGB (Red+Green+Blue) = 31+206+44=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 206 (80.86% from 255 or 73.31% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCE2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCE2C is #E031D3. Grayscale: #878787. Windows color (decimal): -14692820 or 2936351. OLE color: 2936351.
HSL color Cylindrical-coordinate representation of color #1FCE2C: hue angle of 124.46º 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 #1FCE2C is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 44 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.19 |
| HSL | 124.46º | 0.74% | 0.46% | - |
| HSV(B) | 124.46º | 0.85% | 0.81% | - |
| XYZ | 23.09 | 44.62 | 9.78 | - |
| YUV | 135.21 | 76.52 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 44 | 0.85 | 0 | 0.79 | 0.19 | 124.46 | 0.74 | 0.46 |
| Hex | 1F | CE | 2C | 55 | 0 | 4F | 13 | 7C | 4A | 2E |
| Octal | 37 | 316 | 54 | 125 | 0 | 117 | 23 | 174 | 112 | 56 |
| Binary | 11111 | 11001110 | 101100 | 1010101 | 0 | 1001111 | 10011 | 1111100 | 1001010 | 101110 |
Color Harmonies of #1FCE2C
Complementary color
Monochromatic Colors of #1FCE2C
Black with #1FCE2C
Text Example
Text Example
White with #1FCE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCE2C; }
p { color: rgb(31,206,44); }
H1.HeaderClassName
{
color: #1FCE2C;
}
.AnyTagClassName
{
color: #1FCE2C;
}
</style>
background-color css
<style>
a { background-color: #1FCE2C; }
a { background-color: rgb(31,206,44); }
div.DivClassName
{
background-color: #1FCE2C;
}
.BgClassName
{
background-color: #1FCE2C;
}
</style>
border-color css
<style>
span { border-color: #1FCE2C; }
span { border-color: rgb(31,206,44); }
td.TdClassName
{
border-color: #1FCE2C;
}
.TagClassName
{
border-color: #1FCE2C;
}
</style>