Shades of Lime Green #20B635
Tints of Lime Green #20B635
RGB
CMYK
RGB Variations
Color information
#20B635 (or 0x20B635) is known color: Lime Green. HEX triplet: 20, B6 and 35. RGB value is (32,182,53). Sum of RGB (Red+Green+Blue) = 32+182+53=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 182 (71.48% from 255 or 68.16% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 182 - color contains mainly: green. Hex color #20B635 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B635 is #DF49CA. Grayscale: #7A7A7A. Windows color (decimal): -14633419 or 3520032. OLE color: 3520032.
HSL color Cylindrical-coordinate representation of color #20B635: hue angle of 128.4º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B635 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 182 | 53 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.29 |
| HSL | 128.4º | 0.7% | 0.42% | - |
| HSV(B) | 128.4º | 0.82% | 0.71% | - |
| XYZ | 17.97 | 34.02 | 8.99 | - |
| YUV | 122.44 | 88.81 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 182 | 53 | 0.82 | 0 | 0.71 | 0.29 | 128.4 | 0.7 | 0.42 |
| Hex | 20 | B6 | 35 | 52 | 0 | 47 | 1D | 80 | 46 | 2A |
| Octal | 40 | 266 | 65 | 122 | 0 | 107 | 35 | 200 | 106 | 52 |
| Binary | 100000 | 10110110 | 110101 | 1010010 | 0 | 1000111 | 11101 | 10000000 | 1000110 | 101010 |
Color Harmonies of #20B635
Complementary color
Monochromatic Colors of #20B635
Black with #20B635
Text Example
Text Example
White with #20B635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B635; }
p { color: rgb(32,182,53); }
H1.HeaderClassName
{
color: #20B635;
}
.AnyTagClassName
{
color: #20B635;
}
</style>
background-color css
<style>
a { background-color: #20B635; }
a { background-color: rgb(32,182,53); }
div.DivClassName
{
background-color: #20B635;
}
.BgClassName
{
background-color: #20B635;
}
</style>
border-color css
<style>
span { border-color: #20B635; }
span { border-color: rgb(32,182,53); }
td.TdClassName
{
border-color: #20B635;
}
.TagClassName
{
border-color: #20B635;
}
</style>