Shades of Lime Green #1FB32A
Tints of Lime Green #1FB32A
RGB
CMYK
RGB Variations
Color information
#1FB32A (or 0x1FB32A) is known color: Lime Green. HEX triplet: 1F, B3 and 2A. RGB value is (31,179,42). Sum of RGB (Red+Green+Blue) = 31+179+42=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 179 (70.31% from 255 or 71.03% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 179 - color contains mainly: green. Hex color #1FB32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB32A is #E04CD5. Grayscale: #777777. Windows color (decimal): -14699734 or 2798367. OLE color: 2798367.
HSL color Cylindrical-coordinate representation of color #1FB32A: hue angle of 124.46º 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 #1FB32A is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 179 | 42 | - |
| CMYK | 0.83 | 0 | 0.77 | 0.30 |
| HSL | 124.46º | 0.7% | 0.41% | - |
| HSV(B) | 124.46º | 0.83% | 0.7% | - |
| XYZ | 17.1 | 32.7 | 7.6 | - |
| YUV | 119.13 | 84.47 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 179 | 42 | 0.83 | 0 | 0.77 | 0.30 | 124.46 | 0.7 | 0.41 |
| Hex | 1F | B3 | 2A | 53 | 0 | 4D | 1E | 7C | 46 | 29 |
| Octal | 37 | 263 | 52 | 123 | 0 | 115 | 36 | 174 | 106 | 51 |
| Binary | 11111 | 10110011 | 101010 | 1010011 | 0 | 1001101 | 11110 | 1111100 | 1000110 | 101001 |
Color Harmonies of #1FB32A
Complementary color
Monochromatic Colors of #1FB32A
Black with #1FB32A
Text Example
Text Example
White with #1FB32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB32A; }
p { color: rgb(31,179,42); }
H1.HeaderClassName
{
color: #1FB32A;
}
.AnyTagClassName
{
color: #1FB32A;
}
</style>
background-color css
<style>
a { background-color: #1FB32A; }
a { background-color: rgb(31,179,42); }
div.DivClassName
{
background-color: #1FB32A;
}
.BgClassName
{
background-color: #1FB32A;
}
</style>
border-color css
<style>
span { border-color: #1FB32A; }
span { border-color: rgb(31,179,42); }
td.TdClassName
{
border-color: #1FB32A;
}
.TagClassName
{
border-color: #1FB32A;
}
</style>