Shades of Lime Green #1FC53D
Tints of Lime Green #1FC53D
RGB
CMYK
RGB Variations
Color information
#1FC53D (or 0x1FC53D) is known color: Lime Green. HEX triplet: 1F, C5 and 3D. RGB value is (31,197,61). Sum of RGB (Red+Green+Blue) = 31+197+61=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 197 (77.34% from 255 or 68.17% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 197 - color contains mainly: green. Hex color #1FC53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC53D is #E03AC2. Grayscale: #848484. Windows color (decimal): -14695107 or 4048159. OLE color: 4048159.
HSL color Cylindrical-coordinate representation of color #1FC53D: hue angle of 130.84º 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 #1FC53D is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 31 | 197 | 61 | - |
| CMYK | 0.84 | 0 | 0.69 | 0.23 |
| HSL | 130.84º | 0.73% | 0.45% | - |
| HSV(B) | 130.84º | 0.84% | 0.77% | - |
| XYZ | 21.37 | 40.56 | 11.12 | - |
| YUV | 131.86 | 88 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 197 | 61 | 0.84 | 0 | 0.69 | 0.23 | 130.84 | 0.73 | 0.45 |
| Hex | 1F | C5 | 3D | 54 | 0 | 45 | 17 | 83 | 49 | 2D |
| Octal | 37 | 305 | 75 | 124 | 0 | 105 | 27 | 203 | 111 | 55 |
| Binary | 11111 | 11000101 | 111101 | 1010100 | 0 | 1000101 | 10111 | 10000011 | 1001001 | 101101 |
Color Harmonies of #1FC53D
Complementary color
Monochromatic Colors of #1FC53D
Black with #1FC53D
Text Example
Text Example
White with #1FC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC53D; }
p { color: rgb(31,197,61); }
H1.HeaderClassName
{
color: #1FC53D;
}
.AnyTagClassName
{
color: #1FC53D;
}
</style>
background-color css
<style>
a { background-color: #1FC53D; }
a { background-color: rgb(31,197,61); }
div.DivClassName
{
background-color: #1FC53D;
}
.BgClassName
{
background-color: #1FC53D;
}
</style>
border-color css
<style>
span { border-color: #1FC53D; }
span { border-color: rgb(31,197,61); }
td.TdClassName
{
border-color: #1FC53D;
}
.TagClassName
{
border-color: #1FC53D;
}
</style>