Shades of Lime Green #1FD528
Tints of Lime Green #1FD528
RGB
CMYK
RGB Variations
Color information
#1FD528 (or 0x1FD528) is known color: Lime Green. HEX triplet: 1F, D5 and 28. RGB value is (31,213,40). Sum of RGB (Red+Green+Blue) = 31+213+40=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 213 (83.59% from 255 or 75% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 213 - color contains mainly: green. Hex color #1FD528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD528 is #E02AD7. Grayscale: #8B8B8B. Windows color (decimal): -14691032 or 2675999. OLE color: 2675999.
HSL color Cylindrical-coordinate representation of color #1FD528: hue angle of 122.97º 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 #1FD528 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 213 | 40 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.16 |
| HSL | 122.97º | 0.75% | 0.48% | - |
| HSV(B) | 122.97º | 0.85% | 0.84% | - |
| XYZ | 24.74 | 48.03 | 9.97 | - |
| YUV | 138.86 | 72.2 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 213 | 40 | 0.85 | 0 | 0.81 | 0.16 | 122.97 | 0.75 | 0.48 |
| Hex | 1F | D5 | 28 | 55 | 0 | 51 | 10 | 7B | 4B | 30 |
| Octal | 37 | 325 | 50 | 125 | 0 | 121 | 20 | 173 | 113 | 60 |
| Binary | 11111 | 11010101 | 101000 | 1010101 | 0 | 1010001 | 10000 | 1111011 | 1001011 | 110000 |
Color Harmonies of #1FD528
Complementary color
Monochromatic Colors of #1FD528
Black with #1FD528
Text Example
Text Example
White with #1FD528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD528; }
p { color: rgb(31,213,40); }
H1.HeaderClassName
{
color: #1FD528;
}
.AnyTagClassName
{
color: #1FD528;
}
</style>
background-color css
<style>
a { background-color: #1FD528; }
a { background-color: rgb(31,213,40); }
div.DivClassName
{
background-color: #1FD528;
}
.BgClassName
{
background-color: #1FD528;
}
</style>
border-color css
<style>
span { border-color: #1FD528; }
span { border-color: rgb(31,213,40); }
td.TdClassName
{
border-color: #1FD528;
}
.TagClassName
{
border-color: #1FD528;
}
</style>