Shades of Lime Green #1FD526
Tints of Lime Green #1FD526
RGB
CMYK
RGB Variations
Color information
#1FD526 (or 0x1FD526) is known color: Lime Green. HEX triplet: 1F, D5 and 26. RGB value is (31,213,38). Sum of RGB (Red+Green+Blue) = 31+213+38=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 213 (83.59% from 255 or 75.53% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 213 - color contains mainly: green. Hex color #1FD526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD526 is #E02AD9. Grayscale: #8B8B8B. Windows color (decimal): -14691034 or 2544927. OLE color: 2544927.
HSL color Cylindrical-coordinate representation of color #1FD526: hue angle of 122.31º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD526 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 213 | 38 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.16 |
| HSL | 122.31º | 0.75% | 0.48% | - |
| HSV(B) | 122.31º | 0.85% | 0.84% | - |
| XYZ | 24.71 | 48.02 | 9.8 | - |
| YUV | 138.63 | 71.2 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 213 | 38 | 0.85 | 0 | 0.82 | 0.16 | 122.31 | 0.75 | 0.48 |
| Hex | 1F | D5 | 26 | 55 | 0 | 52 | 10 | 7A | 4B | 30 |
| Octal | 37 | 325 | 46 | 125 | 0 | 122 | 20 | 172 | 113 | 60 |
| Binary | 11111 | 11010101 | 100110 | 1010101 | 0 | 1010010 | 10000 | 1111010 | 1001011 | 110000 |
Color Harmonies of #1FD526
Complementary color
Monochromatic Colors of #1FD526
Black with #1FD526
Text Example
Text Example
White with #1FD526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD526; }
p { color: rgb(31,213,38); }
H1.HeaderClassName
{
color: #1FD526;
}
.AnyTagClassName
{
color: #1FD526;
}
</style>
background-color css
<style>
a { background-color: #1FD526; }
a { background-color: rgb(31,213,38); }
div.DivClassName
{
background-color: #1FD526;
}
.BgClassName
{
background-color: #1FD526;
}
</style>
border-color css
<style>
span { border-color: #1FD526; }
span { border-color: rgb(31,213,38); }
td.TdClassName
{
border-color: #1FD526;
}
.TagClassName
{
border-color: #1FD526;
}
</style>