Shades of Lime Green #20B90E
Tints of Lime Green #20B90E
RGB
CMYK
RGB Variations
Color information
#20B90E (or 0x20B90E) is known color: Lime Green. HEX triplet: 20, B9 and 0E. RGB value is (32,185,14). Sum of RGB (Red+Green+Blue) = 32+185+14=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 185 (72.66% from 255 or 80.09% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 185 - color contains mainly: green. Hex color #20B90E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B90E is #DF46F1. Grayscale: #787878. Windows color (decimal): -14632690 or 964896. OLE color: 964896.
HSL color Cylindrical-coordinate representation of color #20B90E: hue angle of 113.68º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20B90E is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 185 | 14 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.27 |
| HSL | 113.68º | 0.86% | 0.39% | - |
| HSV(B) | 113.68º | 0.92% | 0.73% | - |
| XYZ | 18.02 | 35.04 | 6.23 | - |
| YUV | 119.76 | 68.31 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 185 | 14 | 0.83 | 0 | 0.92 | 0.27 | 113.68 | 0.86 | 0.39 |
| Hex | 20 | B9 | E | 53 | 0 | 5C | 1B | 72 | 56 | 27 |
| Octal | 40 | 271 | 16 | 123 | 0 | 134 | 33 | 162 | 126 | 47 |
| Binary | 100000 | 10111001 | 1110 | 1010011 | 0 | 1011100 | 11011 | 1110010 | 1010110 | 100111 |
Color Harmonies of #20B90E
Complementary color
Monochromatic Colors of #20B90E
Black with #20B90E
Text Example
Text Example
White with #20B90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B90E; }
p { color: rgb(32,185,14); }
H1.HeaderClassName
{
color: #20B90E;
}
.AnyTagClassName
{
color: #20B90E;
}
</style>
background-color css
<style>
a { background-color: #20B90E; }
a { background-color: rgb(32,185,14); }
div.DivClassName
{
background-color: #20B90E;
}
.BgClassName
{
background-color: #20B90E;
}
</style>
border-color css
<style>
span { border-color: #20B90E; }
span { border-color: rgb(32,185,14); }
td.TdClassName
{
border-color: #20B90E;
}
.TagClassName
{
border-color: #20B90E;
}
</style>