Shades of Lime Green #1FB52D
Tints of Lime Green #1FB52D
RGB
CMYK
RGB Variations
Color information
#1FB52D (or 0x1FB52D) is known color: Lime Green. HEX triplet: 1F, B5 and 2D. RGB value is (31,181,45). Sum of RGB (Red+Green+Blue) = 31+181+45=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 181 (71.09% from 255 or 70.43% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 181 - color contains mainly: green. Hex color #1FB52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB52D is #E04AD2. Grayscale: #797979. Windows color (decimal): -14699219 or 2995487. OLE color: 2995487.
HSL color Cylindrical-coordinate representation of color #1FB52D: hue angle of 125.6º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB52D is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 181 | 45 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.29 |
| HSL | 125.6º | 0.71% | 0.42% | - |
| HSV(B) | 125.6º | 0.83% | 0.71% | - |
| XYZ | 17.56 | 33.53 | 8.03 | - |
| YUV | 120.65 | 85.31 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 181 | 45 | 0.83 | 0 | 0.75 | 0.29 | 125.6 | 0.71 | 0.42 |
| Hex | 1F | B5 | 2D | 53 | 0 | 4B | 1D | 7E | 47 | 2A |
| Octal | 37 | 265 | 55 | 123 | 0 | 113 | 35 | 176 | 107 | 52 |
| Binary | 11111 | 10110101 | 101101 | 1010011 | 0 | 1001011 | 11101 | 1111110 | 1000111 | 101010 |
Color Harmonies of #1FB52D
Complementary color
Monochromatic Colors of #1FB52D
Black with #1FB52D
Text Example
Text Example
White with #1FB52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB52D; }
p { color: rgb(31,181,45); }
H1.HeaderClassName
{
color: #1FB52D;
}
.AnyTagClassName
{
color: #1FB52D;
}
</style>
background-color css
<style>
a { background-color: #1FB52D; }
a { background-color: rgb(31,181,45); }
div.DivClassName
{
background-color: #1FB52D;
}
.BgClassName
{
background-color: #1FB52D;
}
</style>
border-color css
<style>
span { border-color: #1FB52D; }
span { border-color: rgb(31,181,45); }
td.TdClassName
{
border-color: #1FB52D;
}
.TagClassName
{
border-color: #1FB52D;
}
</style>