Shades of Lime Green #1FC73C
Tints of Lime Green #1FC73C
RGB
CMYK
RGB Variations
Color information
#1FC73C (or 0x1FC73C) is known color: Lime Green. HEX triplet: 1F, C7 and 3C. RGB value is (31,199,60). Sum of RGB (Red+Green+Blue) = 31+199+60=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 199 (78.12% from 255 or 68.62% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 199 - color contains mainly: green. Hex color #1FC73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC73C is #E038C3. Grayscale: #858585. Windows color (decimal): -14694596 or 3983135. OLE color: 3983135.
HSL color Cylindrical-coordinate representation of color #1FC73C: hue angle of 130.36º 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 #1FC73C is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 199 | 60 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.22 |
| HSL | 130.36º | 0.73% | 0.45% | - |
| HSV(B) | 130.36º | 0.84% | 0.78% | - |
| XYZ | 21.8 | 41.46 | 11.13 | - |
| YUV | 132.92 | 86.84 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 199 | 60 | 0.84 | 0 | 0.70 | 0.22 | 130.36 | 0.73 | 0.45 |
| Hex | 1F | C7 | 3C | 54 | 0 | 46 | 16 | 82 | 49 | 2D |
| Octal | 37 | 307 | 74 | 124 | 0 | 106 | 26 | 202 | 111 | 55 |
| Binary | 11111 | 11000111 | 111100 | 1010100 | 0 | 1000110 | 10110 | 10000010 | 1001001 | 101101 |
Color Harmonies of #1FC73C
Complementary color
Monochromatic Colors of #1FC73C
Black with #1FC73C
Text Example
Text Example
White with #1FC73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC73C; }
p { color: rgb(31,199,60); }
H1.HeaderClassName
{
color: #1FC73C;
}
.AnyTagClassName
{
color: #1FC73C;
}
</style>
background-color css
<style>
a { background-color: #1FC73C; }
a { background-color: rgb(31,199,60); }
div.DivClassName
{
background-color: #1FC73C;
}
.BgClassName
{
background-color: #1FC73C;
}
</style>
border-color css
<style>
span { border-color: #1FC73C; }
span { border-color: rgb(31,199,60); }
td.TdClassName
{
border-color: #1FC73C;
}
.TagClassName
{
border-color: #1FC73C;
}
</style>