Shades of Lime Green #20BF34
Tints of Lime Green #20BF34
RGB
CMYK
RGB Variations
Color information
#20BF34 (or 0x20BF34) is known color: Lime Green. HEX triplet: 20, BF and 34. RGB value is (32,191,52). Sum of RGB (Red+Green+Blue) = 32+191+52=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 191 (75% from 255 or 69.45% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BF34 is #DF40CB. Grayscale: #808080. Windows color (decimal): -14631116 or 3456800. OLE color: 3456800.
HSL color Cylindrical-coordinate representation of color #20BF34: hue angle of 127.55º 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 #20BF34 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 191 | 52 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.25 |
| HSL | 127.55º | 0.71% | 0.44% | - |
| HSV(B) | 127.55º | 0.83% | 0.75% | - |
| XYZ | 19.85 | 37.82 | 9.5 | - |
| YUV | 127.61 | 85.32 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 52 | 0.83 | 0 | 0.73 | 0.25 | 127.55 | 0.71 | 0.44 |
| Hex | 20 | BF | 34 | 53 | 0 | 49 | 19 | 80 | 47 | 2C |
| Octal | 40 | 277 | 64 | 123 | 0 | 111 | 31 | 200 | 107 | 54 |
| Binary | 100000 | 10111111 | 110100 | 1010011 | 0 | 1001001 | 11001 | 10000000 | 1000111 | 101100 |
Color Harmonies of #20BF34
Complementary color
Monochromatic Colors of #20BF34
Black with #20BF34
Text Example
Text Example
White with #20BF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BF34; }
p { color: rgb(32,191,52); }
H1.HeaderClassName
{
color: #20BF34;
}
.AnyTagClassName
{
color: #20BF34;
}
</style>
background-color css
<style>
a { background-color: #20BF34; }
a { background-color: rgb(32,191,52); }
div.DivClassName
{
background-color: #20BF34;
}
.BgClassName
{
background-color: #20BF34;
}
</style>
border-color css
<style>
span { border-color: #20BF34; }
span { border-color: rgb(32,191,52); }
td.TdClassName
{
border-color: #20BF34;
}
.TagClassName
{
border-color: #20BF34;
}
</style>