Shades of Lime Green #20BE12
Tints of Lime Green #20BE12
RGB
CMYK
RGB Variations
Color information
#20BE12 (or 0x20BE12) is known color: Lime Green. HEX triplet: 20, BE and 12. RGB value is (32,190,18). Sum of RGB (Red+Green+Blue) = 32+190+18=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 190 (74.61% from 255 or 79.17% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BE12 is #DF41ED. Grayscale: #7B7B7B. Windows color (decimal): -14631406 or 1228320. OLE color: 1228320.
HSL color Cylindrical-coordinate representation of color #20BE12: hue angle of 115.12º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20BE12 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 190 | 18 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.25 |
| HSL | 115.12º | 0.83% | 0.41% | - |
| HSV(B) | 115.12º | 0.91% | 0.75% | - |
| XYZ | 19.12 | 37.18 | 6.74 | - |
| YUV | 123.15 | 68.65 | 62.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 18 | 0.83 | 0 | 0.91 | 0.25 | 115.12 | 0.83 | 0.41 |
| Hex | 20 | BE | 12 | 53 | 0 | 5B | 19 | 73 | 53 | 29 |
| Octal | 40 | 276 | 22 | 123 | 0 | 133 | 31 | 163 | 123 | 51 |
| Binary | 100000 | 10111110 | 10010 | 1010011 | 0 | 1011011 | 11001 | 1110011 | 1010011 | 101001 |
Color Harmonies of #20BE12
Complementary color
Monochromatic Colors of #20BE12
Black with #20BE12
Text Example
Text Example
White with #20BE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BE12; }
p { color: rgb(32,190,18); }
H1.HeaderClassName
{
color: #20BE12;
}
.AnyTagClassName
{
color: #20BE12;
}
</style>
background-color css
<style>
a { background-color: #20BE12; }
a { background-color: rgb(32,190,18); }
div.DivClassName
{
background-color: #20BE12;
}
.BgClassName
{
background-color: #20BE12;
}
</style>
border-color css
<style>
span { border-color: #20BE12; }
span { border-color: rgb(32,190,18); }
td.TdClassName
{
border-color: #20BE12;
}
.TagClassName
{
border-color: #20BE12;
}
</style>