Shades of Lime Green #1FB32F
Tints of Lime Green #1FB32F
RGB
CMYK
RGB Variations
Color information
#1FB32F (or 0x1FB32F) is known color: Lime Green. HEX triplet: 1F, B3 and 2F. RGB value is (31,179,47). Sum of RGB (Red+Green+Blue) = 31+179+47=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 179 (70.31% from 255 or 69.65% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 179 - color contains mainly: green. Hex color #1FB32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB32F is #E04CD0. Grayscale: #787878. Windows color (decimal): -14699729 or 3126047. OLE color: 3126047.
HSL color Cylindrical-coordinate representation of color #1FB32F: hue angle of 126.49º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB32F is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 179 | 47 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.30 |
| HSL | 126.49º | 0.7% | 0.41% | - |
| HSV(B) | 126.49º | 0.83% | 0.7% | - |
| XYZ | 17.2 | 32.74 | 8.1 | - |
| YUV | 119.7 | 86.97 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 179 | 47 | 0.83 | 0 | 0.74 | 0.30 | 126.49 | 0.7 | 0.41 |
| Hex | 1F | B3 | 2F | 53 | 0 | 4A | 1E | 7E | 46 | 29 |
| Octal | 37 | 263 | 57 | 123 | 0 | 112 | 36 | 176 | 106 | 51 |
| Binary | 11111 | 10110011 | 101111 | 1010011 | 0 | 1001010 | 11110 | 1111110 | 1000110 | 101001 |
Color Harmonies of #1FB32F
Complementary color
Monochromatic Colors of #1FB32F
Black with #1FB32F
Text Example
Text Example
White with #1FB32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB32F; }
p { color: rgb(31,179,47); }
H1.HeaderClassName
{
color: #1FB32F;
}
.AnyTagClassName
{
color: #1FB32F;
}
</style>
background-color css
<style>
a { background-color: #1FB32F; }
a { background-color: rgb(31,179,47); }
div.DivClassName
{
background-color: #1FB32F;
}
.BgClassName
{
background-color: #1FB32F;
}
</style>
border-color css
<style>
span { border-color: #1FB32F; }
span { border-color: rgb(31,179,47); }
td.TdClassName
{
border-color: #1FB32F;
}
.TagClassName
{
border-color: #1FB32F;
}
</style>