Shades of Lime Green #20B231
Tints of Lime Green #20B231
RGB
CMYK
RGB Variations
Color information
#20B231 (or 0x20B231) is known color: Lime Green. HEX triplet: 20, B2 and 31. RGB value is (32,178,49). Sum of RGB (Red+Green+Blue) = 32+178+49=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 178 (69.92% from 255 or 68.73% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 178 - color contains mainly: green. Hex color #20B231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20B231 is #DF4DCE. Grayscale: #787878. Windows color (decimal): -14634447 or 3256864. OLE color: 3256864.
HSL color Cylindrical-coordinate representation of color #20B231: hue angle of 126.99º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B231 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 178 | 49 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.30 |
| HSL | 126.99º | 0.7% | 0.41% | - |
| HSV(B) | 126.99º | 0.82% | 0.7% | - |
| XYZ | 17.07 | 32.37 | 8.25 | - |
| YUV | 119.64 | 88.13 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 178 | 49 | 0.82 | 0 | 0.72 | 0.30 | 126.99 | 0.7 | 0.41 |
| Hex | 20 | B2 | 31 | 52 | 0 | 48 | 1E | 7F | 46 | 29 |
| Octal | 40 | 262 | 61 | 122 | 0 | 110 | 36 | 177 | 106 | 51 |
| Binary | 100000 | 10110010 | 110001 | 1010010 | 0 | 1001000 | 11110 | 1111111 | 1000110 | 101001 |
Color Harmonies of #20B231
Complementary color
Monochromatic Colors of #20B231
Black with #20B231
Text Example
Text Example
White with #20B231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B231; }
p { color: rgb(32,178,49); }
H1.HeaderClassName
{
color: #20B231;
}
.AnyTagClassName
{
color: #20B231;
}
</style>
background-color css
<style>
a { background-color: #20B231; }
a { background-color: rgb(32,178,49); }
div.DivClassName
{
background-color: #20B231;
}
.BgClassName
{
background-color: #20B231;
}
</style>
border-color css
<style>
span { border-color: #20B231; }
span { border-color: rgb(32,178,49); }
td.TdClassName
{
border-color: #20B231;
}
.TagClassName
{
border-color: #20B231;
}
</style>