Shades of Lime Green #20BE2D
Tints of Lime Green #20BE2D
RGB
CMYK
RGB Variations
Color information
#20BE2D (or 0x20BE2D) is known color: Lime Green. HEX triplet: 20, BE and 2D. RGB value is (32,190,45). Sum of RGB (Red+Green+Blue) = 32+190+45=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 190 (74.61% from 255 or 71.16% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BE2D is #DF41D2. Grayscale: #7E7E7E. Windows color (decimal): -14631379 or 2997792. OLE color: 2997792.
HSL color Cylindrical-coordinate representation of color #20BE2D: hue angle of 124.94º 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 #20BE2D is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 190 | 45 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.25 |
| HSL | 124.94º | 0.71% | 0.44% | - |
| HSV(B) | 124.94º | 0.83% | 0.75% | - |
| XYZ | 19.48 | 37.32 | 8.66 | - |
| YUV | 126.23 | 82.15 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 45 | 0.83 | 0 | 0.76 | 0.25 | 124.94 | 0.71 | 0.44 |
| Hex | 20 | BE | 2D | 53 | 0 | 4C | 19 | 7D | 47 | 2C |
| Octal | 40 | 276 | 55 | 123 | 0 | 114 | 31 | 175 | 107 | 54 |
| Binary | 100000 | 10111110 | 101101 | 1010011 | 0 | 1001100 | 11001 | 1111101 | 1000111 | 101100 |
Color Harmonies of #20BE2D
Complementary color
Monochromatic Colors of #20BE2D
Black with #20BE2D
Text Example
Text Example
White with #20BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BE2D; }
p { color: rgb(32,190,45); }
H1.HeaderClassName
{
color: #20BE2D;
}
.AnyTagClassName
{
color: #20BE2D;
}
</style>
background-color css
<style>
a { background-color: #20BE2D; }
a { background-color: rgb(32,190,45); }
div.DivClassName
{
background-color: #20BE2D;
}
.BgClassName
{
background-color: #20BE2D;
}
</style>
border-color css
<style>
span { border-color: #20BE2D; }
span { border-color: rgb(32,190,45); }
td.TdClassName
{
border-color: #20BE2D;
}
.TagClassName
{
border-color: #20BE2D;
}
</style>