Shades of Lime Green #1FC53A
Tints of Lime Green #1FC53A
RGB
CMYK
RGB Variations
Color information
#1FC53A (or 0x1FC53A) is known color: Lime Green. HEX triplet: 1F, C5 and 3A. RGB value is (31,197,58). Sum of RGB (Red+Green+Blue) = 31+197+58=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 197 (77.34% from 255 or 68.88% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 197 - color contains mainly: green. Hex color #1FC53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC53A is #E03AC5. Grayscale: #838383. Windows color (decimal): -14695110 or 3851551. OLE color: 3851551.
HSL color Cylindrical-coordinate representation of color #1FC53A: hue angle of 129.76º 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 #1FC53A is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 31 | 197 | 58 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.23 |
| HSL | 129.76º | 0.73% | 0.45% | - |
| HSV(B) | 129.76º | 0.84% | 0.77% | - |
| XYZ | 21.3 | 40.53 | 10.7 | - |
| YUV | 131.52 | 86.5 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 197 | 58 | 0.84 | 0 | 0.71 | 0.23 | 129.76 | 0.73 | 0.45 |
| Hex | 1F | C5 | 3A | 54 | 0 | 47 | 17 | 82 | 49 | 2D |
| Octal | 37 | 305 | 72 | 124 | 0 | 107 | 27 | 202 | 111 | 55 |
| Binary | 11111 | 11000101 | 111010 | 1010100 | 0 | 1000111 | 10111 | 10000010 | 1001001 | 101101 |
Color Harmonies of #1FC53A
Complementary color
Monochromatic Colors of #1FC53A
Black with #1FC53A
Text Example
Text Example
White with #1FC53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC53A; }
p { color: rgb(31,197,58); }
H1.HeaderClassName
{
color: #1FC53A;
}
.AnyTagClassName
{
color: #1FC53A;
}
</style>
background-color css
<style>
a { background-color: #1FC53A; }
a { background-color: rgb(31,197,58); }
div.DivClassName
{
background-color: #1FC53A;
}
.BgClassName
{
background-color: #1FC53A;
}
</style>
border-color css
<style>
span { border-color: #1FC53A; }
span { border-color: rgb(31,197,58); }
td.TdClassName
{
border-color: #1FC53A;
}
.TagClassName
{
border-color: #1FC53A;
}
</style>