Shades of Lime Green #1FC529
Tints of Lime Green #1FC529
RGB
CMYK
RGB Variations
Color information
#1FC529 (or 0x1FC529) is known color: Lime Green. HEX triplet: 1F, C5 and 29. RGB value is (31,197,41). Sum of RGB (Red+Green+Blue) = 31+197+41=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 197 (77.34% from 255 or 73.23% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 197 - color contains mainly: green. Hex color #1FC529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC529 is #E03AD6. Grayscale: #828282. Windows color (decimal): -14695127 or 2737439. OLE color: 2737439.
HSL color Cylindrical-coordinate representation of color #1FC529: hue angle of 123.61º 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 #1FC529 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 31 | 197 | 41 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.23 |
| HSL | 123.61º | 0.73% | 0.45% | - |
| HSV(B) | 123.61º | 0.84% | 0.77% | - |
| XYZ | 20.93 | 40.38 | 8.79 | - |
| YUV | 129.58 | 78 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 197 | 41 | 0.84 | 0 | 0.79 | 0.23 | 123.61 | 0.73 | 0.45 |
| Hex | 1F | C5 | 29 | 54 | 0 | 4F | 17 | 7C | 49 | 2D |
| Octal | 37 | 305 | 51 | 124 | 0 | 117 | 27 | 174 | 111 | 55 |
| Binary | 11111 | 11000101 | 101001 | 1010100 | 0 | 1001111 | 10111 | 1111100 | 1001001 | 101101 |
Color Harmonies of #1FC529
Complementary color
Monochromatic Colors of #1FC529
Black with #1FC529
Text Example
Text Example
White with #1FC529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC529; }
p { color: rgb(31,197,41); }
H1.HeaderClassName
{
color: #1FC529;
}
.AnyTagClassName
{
color: #1FC529;
}
</style>
background-color css
<style>
a { background-color: #1FC529; }
a { background-color: rgb(31,197,41); }
div.DivClassName
{
background-color: #1FC529;
}
.BgClassName
{
background-color: #1FC529;
}
</style>
border-color css
<style>
span { border-color: #1FC529; }
span { border-color: rgb(31,197,41); }
td.TdClassName
{
border-color: #1FC529;
}
.TagClassName
{
border-color: #1FC529;
}
</style>