Shades of Lime Green #1FCE3C
Tints of Lime Green #1FCE3C
RGB
CMYK
RGB Variations
Color information
#1FCE3C (or 0x1FCE3C) is known color: Lime Green. HEX triplet: 1F, CE and 3C. RGB value is (31,206,60). Sum of RGB (Red+Green+Blue) = 31+206+60=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 206 (80.86% from 255 or 69.36% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCE3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCE3C is #E031C3. Grayscale: #898989. Windows color (decimal): -14692804 or 3984927. OLE color: 3984927.
HSL color Cylindrical-coordinate representation of color #1FCE3C: hue angle of 129.94º 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 #1FCE3C is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 60 | - |
| CMYK | 0.85 | 0 | 0.71 | 0.19 |
| HSL | 129.94º | 0.74% | 0.46% | - |
| HSV(B) | 129.94º | 0.85% | 0.81% | - |
| XYZ | 23.45 | 44.76 | 11.68 | - |
| YUV | 137.03 | 84.52 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 60 | 0.85 | 0 | 0.71 | 0.19 | 129.94 | 0.74 | 0.46 |
| Hex | 1F | CE | 3C | 55 | 0 | 47 | 13 | 82 | 4A | 2E |
| Octal | 37 | 316 | 74 | 125 | 0 | 107 | 23 | 202 | 112 | 56 |
| Binary | 11111 | 11001110 | 111100 | 1010101 | 0 | 1000111 | 10011 | 10000010 | 1001010 | 101110 |
Color Harmonies of #1FCE3C
Complementary color
Monochromatic Colors of #1FCE3C
Black with #1FCE3C
Text Example
Text Example
White with #1FCE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCE3C; }
p { color: rgb(31,206,60); }
H1.HeaderClassName
{
color: #1FCE3C;
}
.AnyTagClassName
{
color: #1FCE3C;
}
</style>
background-color css
<style>
a { background-color: #1FCE3C; }
a { background-color: rgb(31,206,60); }
div.DivClassName
{
background-color: #1FCE3C;
}
.BgClassName
{
background-color: #1FCE3C;
}
</style>
border-color css
<style>
span { border-color: #1FCE3C; }
span { border-color: rgb(31,206,60); }
td.TdClassName
{
border-color: #1FCE3C;
}
.TagClassName
{
border-color: #1FCE3C;
}
</style>