Shades of Lime Green #1FD52C
Tints of Lime Green #1FD52C
RGB
CMYK
RGB Variations
Color information
#1FD52C (or 0x1FD52C) is known color: Lime Green. HEX triplet: 1F, D5 and 2C. RGB value is (31,213,44). Sum of RGB (Red+Green+Blue) = 31+213+44=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 213 (83.59% from 255 or 73.96% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 213 - color contains mainly: green. Hex color #1FD52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD52C is #E02AD3. Grayscale: #8B8B8B. Windows color (decimal): -14691028 or 2938143. OLE color: 2938143.
HSL color Cylindrical-coordinate representation of color #1FD52C: hue angle of 124.29º 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 #1FD52C is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 213 | 44 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.16 |
| HSL | 124.29º | 0.75% | 0.48% | - |
| HSV(B) | 124.29º | 0.85% | 0.84% | - |
| XYZ | 24.81 | 48.06 | 10.35 | - |
| YUV | 139.32 | 74.2 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 213 | 44 | 0.85 | 0 | 0.79 | 0.16 | 124.29 | 0.75 | 0.48 |
| Hex | 1F | D5 | 2C | 55 | 0 | 4F | 10 | 7C | 4B | 30 |
| Octal | 37 | 325 | 54 | 125 | 0 | 117 | 20 | 174 | 113 | 60 |
| Binary | 11111 | 11010101 | 101100 | 1010101 | 0 | 1001111 | 10000 | 1111100 | 1001011 | 110000 |
Color Harmonies of #1FD52C
Complementary color
Monochromatic Colors of #1FD52C
Black with #1FD52C
Text Example
Text Example
White with #1FD52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD52C; }
p { color: rgb(31,213,44); }
H1.HeaderClassName
{
color: #1FD52C;
}
.AnyTagClassName
{
color: #1FD52C;
}
</style>
background-color css
<style>
a { background-color: #1FD52C; }
a { background-color: rgb(31,213,44); }
div.DivClassName
{
background-color: #1FD52C;
}
.BgClassName
{
background-color: #1FD52C;
}
</style>
border-color css
<style>
span { border-color: #1FD52C; }
span { border-color: rgb(31,213,44); }
td.TdClassName
{
border-color: #1FD52C;
}
.TagClassName
{
border-color: #1FD52C;
}
</style>