Shades of Lime Green #1FC52B
Tints of Lime Green #1FC52B
RGB
CMYK
RGB Variations
Color information
#1FC52B (or 0x1FC52B) is known color: Lime Green. HEX triplet: 1F, C5 and 2B. RGB value is (31,197,43). Sum of RGB (Red+Green+Blue) = 31+197+43=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 197 (77.34% from 255 or 72.69% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 197 - color contains mainly: green. Hex color #1FC52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC52B is #E03AD4. Grayscale: #828282. Windows color (decimal): -14695125 or 2868511. OLE color: 2868511.
HSL color Cylindrical-coordinate representation of color #1FC52B: hue angle of 124.34º 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 #1FC52B is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 31 | 197 | 43 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.23 |
| HSL | 124.34º | 0.73% | 0.45% | - |
| HSV(B) | 124.34º | 0.84% | 0.77% | - |
| XYZ | 20.97 | 40.4 | 8.98 | - |
| YUV | 129.81 | 79 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 197 | 43 | 0.84 | 0 | 0.78 | 0.23 | 124.34 | 0.73 | 0.45 |
| Hex | 1F | C5 | 2B | 54 | 0 | 4E | 17 | 7C | 49 | 2D |
| Octal | 37 | 305 | 53 | 124 | 0 | 116 | 27 | 174 | 111 | 55 |
| Binary | 11111 | 11000101 | 101011 | 1010100 | 0 | 1001110 | 10111 | 1111100 | 1001001 | 101101 |
Color Harmonies of #1FC52B
Complementary color
Monochromatic Colors of #1FC52B
Black with #1FC52B
Text Example
Text Example
White with #1FC52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC52B; }
p { color: rgb(31,197,43); }
H1.HeaderClassName
{
color: #1FC52B;
}
.AnyTagClassName
{
color: #1FC52B;
}
</style>
background-color css
<style>
a { background-color: #1FC52B; }
a { background-color: rgb(31,197,43); }
div.DivClassName
{
background-color: #1FC52B;
}
.BgClassName
{
background-color: #1FC52B;
}
</style>
border-color css
<style>
span { border-color: #1FC52B; }
span { border-color: rgb(31,197,43); }
td.TdClassName
{
border-color: #1FC52B;
}
.TagClassName
{
border-color: #1FC52B;
}
</style>