Shades of Lime Green #1FC73F
Tints of Lime Green #1FC73F
RGB
CMYK
RGB Variations
Color information
#1FC73F (or 0x1FC73F) is known color: Lime Green. HEX triplet: 1F, C7 and 3F. RGB value is (31,199,63). Sum of RGB (Red+Green+Blue) = 31+199+63=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 199 (78.12% from 255 or 67.92% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 199 - color contains mainly: green. Hex color #1FC73F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC73F is #E038C0. Grayscale: #858585. Windows color (decimal): -14694593 or 4179743. OLE color: 4179743.
HSL color Cylindrical-coordinate representation of color #1FC73F: hue angle of 131.43º 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 #1FC73F is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 199 | 63 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.22 |
| HSL | 131.43º | 0.73% | 0.45% | - |
| HSV(B) | 131.43º | 0.84% | 0.78% | - |
| XYZ | 21.89 | 41.5 | 11.56 | - |
| YUV | 133.26 | 88.34 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 199 | 63 | 0.84 | 0 | 0.68 | 0.22 | 131.43 | 0.73 | 0.45 |
| Hex | 1F | C7 | 3F | 54 | 0 | 44 | 16 | 83 | 49 | 2D |
| Octal | 37 | 307 | 77 | 124 | 0 | 104 | 26 | 203 | 111 | 55 |
| Binary | 11111 | 11000111 | 111111 | 1010100 | 0 | 1000100 | 10110 | 10000011 | 1001001 | 101101 |
Color Harmonies of #1FC73F
Complementary color
Monochromatic Colors of #1FC73F
Black with #1FC73F
Text Example
Text Example
White with #1FC73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC73F; }
p { color: rgb(31,199,63); }
H1.HeaderClassName
{
color: #1FC73F;
}
.AnyTagClassName
{
color: #1FC73F;
}
</style>
background-color css
<style>
a { background-color: #1FC73F; }
a { background-color: rgb(31,199,63); }
div.DivClassName
{
background-color: #1FC73F;
}
.BgClassName
{
background-color: #1FC73F;
}
</style>
border-color css
<style>
span { border-color: #1FC73F; }
span { border-color: rgb(31,199,63); }
td.TdClassName
{
border-color: #1FC73F;
}
.TagClassName
{
border-color: #1FC73F;
}
</style>