Shades of Lime Green #1FB528
Tints of Lime Green #1FB528
RGB
CMYK
RGB Variations
Color information
#1FB528 (or 0x1FB528) is known color: Lime Green. HEX triplet: 1F, B5 and 28. RGB value is (31,181,40). Sum of RGB (Red+Green+Blue) = 31+181+40=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 181 (71.09% from 255 or 71.83% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 181 - color contains mainly: green. Hex color #1FB528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB528 is #E04AD7. Grayscale: #787878. Windows color (decimal): -14699224 or 2667807. OLE color: 2667807.
HSL color Cylindrical-coordinate representation of color #1FB528: hue angle of 123.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 #1FB528 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 181 | 40 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.29 |
| HSL | 123.6º | 0.71% | 0.42% | - |
| HSV(B) | 123.6º | 0.83% | 0.71% | - |
| XYZ | 17.47 | 33.49 | 7.55 | - |
| YUV | 120.08 | 82.81 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 181 | 40 | 0.83 | 0 | 0.78 | 0.29 | 123.6 | 0.71 | 0.42 |
| Hex | 1F | B5 | 28 | 53 | 0 | 4E | 1D | 7C | 47 | 2A |
| Octal | 37 | 265 | 50 | 123 | 0 | 116 | 35 | 174 | 107 | 52 |
| Binary | 11111 | 10110101 | 101000 | 1010011 | 0 | 1001110 | 11101 | 1111100 | 1000111 | 101010 |
Color Harmonies of #1FB528
Complementary color
Monochromatic Colors of #1FB528
Black with #1FB528
Text Example
Text Example
White with #1FB528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB528; }
p { color: rgb(31,181,40); }
H1.HeaderClassName
{
color: #1FB528;
}
.AnyTagClassName
{
color: #1FB528;
}
</style>
background-color css
<style>
a { background-color: #1FB528; }
a { background-color: rgb(31,181,40); }
div.DivClassName
{
background-color: #1FB528;
}
.BgClassName
{
background-color: #1FB528;
}
</style>
border-color css
<style>
span { border-color: #1FB528; }
span { border-color: rgb(31,181,40); }
td.TdClassName
{
border-color: #1FB528;
}
.TagClassName
{
border-color: #1FB528;
}
</style>