Shades of Lime Green #1FC53C
Tints of Lime Green #1FC53C
RGB
CMYK
RGB Variations
Color information
#1FC53C (or 0x1FC53C) is known color: Lime Green. HEX triplet: 1F, C5 and 3C. RGB value is (31,197,60). Sum of RGB (Red+Green+Blue) = 31+197+60=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 197 (77.34% from 255 or 68.40% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 197 - color contains mainly: green. Hex color #1FC53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC53C is #E03AC3. Grayscale: #848484. Windows color (decimal): -14695108 or 3982623. OLE color: 3982623.
HSL color Cylindrical-coordinate representation of color #1FC53C: hue angle of 130.48º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC53C is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 31 | 197 | 60 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.23 |
| HSL | 130.48º | 0.73% | 0.45% | - |
| HSV(B) | 130.48º | 0.84% | 0.77% | - |
| XYZ | 21.35 | 40.55 | 10.98 | - |
| YUV | 131.75 | 87.5 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 197 | 60 | 0.84 | 0 | 0.70 | 0.23 | 130.48 | 0.73 | 0.45 |
| Hex | 1F | C5 | 3C | 54 | 0 | 46 | 17 | 82 | 49 | 2D |
| Octal | 37 | 305 | 74 | 124 | 0 | 106 | 27 | 202 | 111 | 55 |
| Binary | 11111 | 11000101 | 111100 | 1010100 | 0 | 1000110 | 10111 | 10000010 | 1001001 | 101101 |
Color Harmonies of #1FC53C
Complementary color
Monochromatic Colors of #1FC53C
Black with #1FC53C
Text Example
Text Example
White with #1FC53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC53C; }
p { color: rgb(31,197,60); }
H1.HeaderClassName
{
color: #1FC53C;
}
.AnyTagClassName
{
color: #1FC53C;
}
</style>
background-color css
<style>
a { background-color: #1FC53C; }
a { background-color: rgb(31,197,60); }
div.DivClassName
{
background-color: #1FC53C;
}
.BgClassName
{
background-color: #1FC53C;
}
</style>
border-color css
<style>
span { border-color: #1FC53C; }
span { border-color: rgb(31,197,60); }
td.TdClassName
{
border-color: #1FC53C;
}
.TagClassName
{
border-color: #1FC53C;
}
</style>