Shades of Lime Green #1FC73B
Tints of Lime Green #1FC73B
RGB
CMYK
RGB Variations
Color information
#1FC73B (or 0x1FC73B) is known color: Lime Green. HEX triplet: 1F, C7 and 3B. RGB value is (31,199,59). Sum of RGB (Red+Green+Blue) = 31+199+59=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 199 (78.12% from 255 or 68.86% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 199 - color contains mainly: green. Hex color #1FC73B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC73B is #E038C4. Grayscale: #858585. Windows color (decimal): -14694597 or 3917599. OLE color: 3917599.
HSL color Cylindrical-coordinate representation of color #1FC73B: hue angle of 130º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC73B is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 199 | 59 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.22 |
| HSL | 130º | 0.73% | 0.45% | - |
| HSV(B) | 130º | 0.84% | 0.78% | - |
| XYZ | 21.78 | 41.45 | 10.99 | - |
| YUV | 132.81 | 86.34 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 199 | 59 | 0.84 | 0 | 0.70 | 0.22 | 130 | 0.73 | 0.45 |
| Hex | 1F | C7 | 3B | 54 | 0 | 46 | 16 | 82 | 49 | 2D |
| Octal | 37 | 307 | 73 | 124 | 0 | 106 | 26 | 202 | 111 | 55 |
| Binary | 11111 | 11000111 | 111011 | 1010100 | 0 | 1000110 | 10110 | 10000010 | 1001001 | 101101 |
Color Harmonies of #1FC73B
Complementary color
Monochromatic Colors of #1FC73B
Black with #1FC73B
Text Example
Text Example
White with #1FC73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC73B; }
p { color: rgb(31,199,59); }
H1.HeaderClassName
{
color: #1FC73B;
}
.AnyTagClassName
{
color: #1FC73B;
}
</style>
background-color css
<style>
a { background-color: #1FC73B; }
a { background-color: rgb(31,199,59); }
div.DivClassName
{
background-color: #1FC73B;
}
.BgClassName
{
background-color: #1FC73B;
}
</style>
border-color css
<style>
span { border-color: #1FC73B; }
span { border-color: rgb(31,199,59); }
td.TdClassName
{
border-color: #1FC73B;
}
.TagClassName
{
border-color: #1FC73B;
}
</style>