Shades of Lime Green #1FB32E
Tints of Lime Green #1FB32E
RGB
CMYK
RGB Variations
Color information
#1FB32E (or 0x1FB32E) is known color: Lime Green. HEX triplet: 1F, B3 and 2E. RGB value is (31,179,46). Sum of RGB (Red+Green+Blue) = 31+179+46=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 179 (70.31% from 255 or 69.92% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 179 - color contains mainly: green. Hex color #1FB32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB32E is #E04CD1. Grayscale: #777777. Windows color (decimal): -14699730 or 3060511. OLE color: 3060511.
HSL color Cylindrical-coordinate representation of color #1FB32E: hue angle of 126.08º 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 #1FB32E is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 179 | 46 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.30 |
| HSL | 126.08º | 0.7% | 0.41% | - |
| HSV(B) | 126.08º | 0.83% | 0.7% | - |
| XYZ | 17.18 | 32.73 | 8 | - |
| YUV | 119.59 | 86.47 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 179 | 46 | 0.83 | 0 | 0.74 | 0.30 | 126.08 | 0.7 | 0.41 |
| Hex | 1F | B3 | 2E | 53 | 0 | 4A | 1E | 7E | 46 | 29 |
| Octal | 37 | 263 | 56 | 123 | 0 | 112 | 36 | 176 | 106 | 51 |
| Binary | 11111 | 10110011 | 101110 | 1010011 | 0 | 1001010 | 11110 | 1111110 | 1000110 | 101001 |
Color Harmonies of #1FB32E
Complementary color
Monochromatic Colors of #1FB32E
Black with #1FB32E
Text Example
Text Example
White with #1FB32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB32E; }
p { color: rgb(31,179,46); }
H1.HeaderClassName
{
color: #1FB32E;
}
.AnyTagClassName
{
color: #1FB32E;
}
</style>
background-color css
<style>
a { background-color: #1FB32E; }
a { background-color: rgb(31,179,46); }
div.DivClassName
{
background-color: #1FB32E;
}
.BgClassName
{
background-color: #1FB32E;
}
</style>
border-color css
<style>
span { border-color: #1FB32E; }
span { border-color: rgb(31,179,46); }
td.TdClassName
{
border-color: #1FB32E;
}
.TagClassName
{
border-color: #1FB32E;
}
</style>