Shades of Lime Green #20BF30
Tints of Lime Green #20BF30
RGB
CMYK
RGB Variations
Color information
#20BF30 (or 0x20BF30) is known color: Lime Green. HEX triplet: 20, BF and 30. RGB value is (32,191,48). Sum of RGB (Red+Green+Blue) = 32+191+48=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 191 (75% from 255 or 70.48% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BF30 is #DF40CF. Grayscale: #7F7F7F. Windows color (decimal): -14631120 or 3194656. OLE color: 3194656.
HSL color Cylindrical-coordinate representation of color #20BF30: hue angle of 126.04º 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 #20BF30 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 191 | 48 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.25 |
| HSL | 126.04º | 0.71% | 0.44% | - |
| HSV(B) | 126.04º | 0.83% | 0.75% | - |
| XYZ | 19.76 | 37.78 | 9.05 | - |
| YUV | 127.16 | 83.32 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 48 | 0.83 | 0 | 0.75 | 0.25 | 126.04 | 0.71 | 0.44 |
| Hex | 20 | BF | 30 | 53 | 0 | 4B | 19 | 7E | 47 | 2C |
| Octal | 40 | 277 | 60 | 123 | 0 | 113 | 31 | 176 | 107 | 54 |
| Binary | 100000 | 10111111 | 110000 | 1010011 | 0 | 1001011 | 11001 | 1111110 | 1000111 | 101100 |
Color Harmonies of #20BF30
Complementary color
Monochromatic Colors of #20BF30
Black with #20BF30
Text Example
Text Example
White with #20BF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BF30; }
p { color: rgb(32,191,48); }
H1.HeaderClassName
{
color: #20BF30;
}
.AnyTagClassName
{
color: #20BF30;
}
</style>
background-color css
<style>
a { background-color: #20BF30; }
a { background-color: rgb(32,191,48); }
div.DivClassName
{
background-color: #20BF30;
}
.BgClassName
{
background-color: #20BF30;
}
</style>
border-color css
<style>
span { border-color: #20BF30; }
span { border-color: rgb(32,191,48); }
td.TdClassName
{
border-color: #20BF30;
}
.TagClassName
{
border-color: #20BF30;
}
</style>