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