Shades of Lime Green #20BE36
Tints of Lime Green #20BE36
RGB
CMYK
RGB Variations
Color information
#20BE36 (or 0x20BE36) is known color: Lime Green. HEX triplet: 20, BE and 36. RGB value is (32,190,54). Sum of RGB (Red+Green+Blue) = 32+190+54=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 190 (74.61% from 255 or 68.84% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BE36 is #DF41C9. Grayscale: #7F7F7F. Windows color (decimal): -14631370 or 3587616. OLE color: 3587616.
HSL color Cylindrical-coordinate representation of color #20BE36: hue angle of 128.35º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BE36 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 190 | 54 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.25 |
| HSL | 128.35º | 0.71% | 0.44% | - |
| HSV(B) | 128.35º | 0.83% | 0.75% | - |
| XYZ | 19.67 | 37.4 | 9.67 | - |
| YUV | 127.25 | 86.65 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 54 | 0.83 | 0 | 0.72 | 0.25 | 128.35 | 0.71 | 0.44 |
| Hex | 20 | BE | 36 | 53 | 0 | 48 | 19 | 80 | 47 | 2C |
| Octal | 40 | 276 | 66 | 123 | 0 | 110 | 31 | 200 | 107 | 54 |
| Binary | 100000 | 10111110 | 110110 | 1010011 | 0 | 1001000 | 11001 | 10000000 | 1000111 | 101100 |
Color Harmonies of #20BE36
Complementary color
Monochromatic Colors of #20BE36
Black with #20BE36
Text Example
Text Example
White with #20BE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BE36; }
p { color: rgb(32,190,54); }
H1.HeaderClassName
{
color: #20BE36;
}
.AnyTagClassName
{
color: #20BE36;
}
</style>
background-color css
<style>
a { background-color: #20BE36; }
a { background-color: rgb(32,190,54); }
div.DivClassName
{
background-color: #20BE36;
}
.BgClassName
{
background-color: #20BE36;
}
</style>
border-color css
<style>
span { border-color: #20BE36; }
span { border-color: rgb(32,190,54); }
td.TdClassName
{
border-color: #20BE36;
}
.TagClassName
{
border-color: #20BE36;
}
</style>