Shades of Lime Green #1FB534
Tints of Lime Green #1FB534
RGB
CMYK
RGB Variations
Color information
#1FB534 (or 0x1FB534) is known color: Lime Green. HEX triplet: 1F, B5 and 34. RGB value is (31,181,52). Sum of RGB (Red+Green+Blue) = 31+181+52=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 181 (71.09% from 255 or 68.56% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 181 - color contains mainly: green. Hex color #1FB534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB534 is #E04ACB. Grayscale: #797979. Windows color (decimal): -14699212 or 3454239. OLE color: 3454239.
HSL color Cylindrical-coordinate representation of color #1FB534: hue angle of 128.4º 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 #1FB534 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 181 | 52 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.29 |
| HSL | 128.4º | 0.71% | 0.42% | - |
| HSV(B) | 128.4º | 0.83% | 0.71% | - |
| XYZ | 17.71 | 33.59 | 8.8 | - |
| YUV | 121.44 | 88.81 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 181 | 52 | 0.83 | 0 | 0.71 | 0.29 | 128.4 | 0.71 | 0.42 |
| Hex | 1F | B5 | 34 | 53 | 0 | 47 | 1D | 80 | 47 | 2A |
| Octal | 37 | 265 | 64 | 123 | 0 | 107 | 35 | 200 | 107 | 52 |
| Binary | 11111 | 10110101 | 110100 | 1010011 | 0 | 1000111 | 11101 | 10000000 | 1000111 | 101010 |
Color Harmonies of #1FB534
Complementary color
Monochromatic Colors of #1FB534
Black with #1FB534
Text Example
Text Example
White with #1FB534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB534; }
p { color: rgb(31,181,52); }
H1.HeaderClassName
{
color: #1FB534;
}
.AnyTagClassName
{
color: #1FB534;
}
</style>
background-color css
<style>
a { background-color: #1FB534; }
a { background-color: rgb(31,181,52); }
div.DivClassName
{
background-color: #1FB534;
}
.BgClassName
{
background-color: #1FB534;
}
</style>
border-color css
<style>
span { border-color: #1FB534; }
span { border-color: rgb(31,181,52); }
td.TdClassName
{
border-color: #1FB534;
}
.TagClassName
{
border-color: #1FB534;
}
</style>