Shades of Lime Green #1FC534
Tints of Lime Green #1FC534
RGB
CMYK
RGB Variations
Color information
#1FC534 (or 0x1FC534) is known color: Lime Green. HEX triplet: 1F, C5 and 34. RGB value is (31,197,52). Sum of RGB (Red+Green+Blue) = 31+197+52=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 197 (77.34% from 255 or 70.36% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 197 - color contains mainly: green. Hex color #1FC534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC534 is #E03ACB. Grayscale: #838383. Windows color (decimal): -14695116 or 3458335. OLE color: 3458335.
HSL color Cylindrical-coordinate representation of color #1FC534: hue angle of 127.59º 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 #1FC534 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 31 | 197 | 52 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.23 |
| HSL | 127.59º | 0.73% | 0.45% | - |
| HSV(B) | 127.59º | 0.84% | 0.77% | - |
| XYZ | 21.15 | 40.47 | 9.95 | - |
| YUV | 130.84 | 83.5 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 197 | 52 | 0.84 | 0 | 0.74 | 0.23 | 127.59 | 0.73 | 0.45 |
| Hex | 1F | C5 | 34 | 54 | 0 | 4A | 17 | 80 | 49 | 2D |
| Octal | 37 | 305 | 64 | 124 | 0 | 112 | 27 | 200 | 111 | 55 |
| Binary | 11111 | 11000101 | 110100 | 1010100 | 0 | 1001010 | 10111 | 10000000 | 1001001 | 101101 |
Color Harmonies of #1FC534
Complementary color
Monochromatic Colors of #1FC534
Black with #1FC534
Text Example
Text Example
White with #1FC534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC534; }
p { color: rgb(31,197,52); }
H1.HeaderClassName
{
color: #1FC534;
}
.AnyTagClassName
{
color: #1FC534;
}
</style>
background-color css
<style>
a { background-color: #1FC534; }
a { background-color: rgb(31,197,52); }
div.DivClassName
{
background-color: #1FC534;
}
.BgClassName
{
background-color: #1FC534;
}
</style>
border-color css
<style>
span { border-color: #1FC534; }
span { border-color: rgb(31,197,52); }
td.TdClassName
{
border-color: #1FC534;
}
.TagClassName
{
border-color: #1FC534;
}
</style>