Shades of Lime Green #1FB521
Tints of Lime Green #1FB521
RGB
CMYK
RGB Variations
Color information
#1FB521 (or 0x1FB521) is known color: Lime Green. HEX triplet: 1F, B5 and 21. RGB value is (31,181,33). Sum of RGB (Red+Green+Blue) = 31+181+33=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 181 (71.09% from 255 or 73.88% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 181 - color contains mainly: green. Hex color #1FB521 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB521 is #E04ADE. Grayscale: #777777. Windows color (decimal): -14699231 or 2209055. OLE color: 2209055.
HSL color Cylindrical-coordinate representation of color #1FB521: hue angle of 120.8º 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 #1FB521 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 181 | 33 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.29 |
| HSL | 120.8º | 0.71% | 0.42% | - |
| HSV(B) | 120.8º | 0.83% | 0.71% | - |
| XYZ | 17.36 | 33.45 | 6.98 | - |
| YUV | 119.28 | 79.31 | 65.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 181 | 33 | 0.83 | 0 | 0.82 | 0.29 | 120.8 | 0.71 | 0.42 |
| Hex | 1F | B5 | 21 | 53 | 0 | 52 | 1D | 79 | 47 | 2A |
| Octal | 37 | 265 | 41 | 123 | 0 | 122 | 35 | 171 | 107 | 52 |
| Binary | 11111 | 10110101 | 100001 | 1010011 | 0 | 1010010 | 11101 | 1111001 | 1000111 | 101010 |
Color Harmonies of #1FB521
Complementary color
Monochromatic Colors of #1FB521
Black with #1FB521
Text Example
Text Example
White with #1FB521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB521; }
p { color: rgb(31,181,33); }
H1.HeaderClassName
{
color: #1FB521;
}
.AnyTagClassName
{
color: #1FB521;
}
</style>
background-color css
<style>
a { background-color: #1FB521; }
a { background-color: rgb(31,181,33); }
div.DivClassName
{
background-color: #1FB521;
}
.BgClassName
{
background-color: #1FB521;
}
</style>
border-color css
<style>
span { border-color: #1FB521; }
span { border-color: rgb(31,181,33); }
td.TdClassName
{
border-color: #1FB521;
}
.TagClassName
{
border-color: #1FB521;
}
</style>