Shades of Lime Green #20B130
Tints of Lime Green #20B130
RGB
CMYK
RGB Variations
Color information
#20B130 (or 0x20B130) is known color: Lime Green. HEX triplet: 20, B1 and 30. RGB value is (32,177,48). Sum of RGB (Red+Green+Blue) = 32+177+48=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 177 (69.53% from 255 or 68.87% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 177 - color contains mainly: green. Hex color #20B130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20B130 is #DF4ECF. Grayscale: #777777. Windows color (decimal): -14634704 or 3191072. OLE color: 3191072.
HSL color Cylindrical-coordinate representation of color #20B130: hue angle of 126.62º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B130 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 177 | 48 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.31 |
| HSL | 126.62º | 0.69% | 0.41% | - |
| HSV(B) | 126.62º | 0.82% | 0.69% | - |
| XYZ | 16.85 | 31.96 | 8.08 | - |
| YUV | 118.94 | 87.96 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 177 | 48 | 0.82 | 0 | 0.73 | 0.31 | 126.62 | 0.69 | 0.41 |
| Hex | 20 | B1 | 30 | 52 | 0 | 49 | 1F | 7F | 45 | 29 |
| Octal | 40 | 261 | 60 | 122 | 0 | 111 | 37 | 177 | 105 | 51 |
| Binary | 100000 | 10110001 | 110000 | 1010010 | 0 | 1001001 | 11111 | 1111111 | 1000101 | 101001 |
Color Harmonies of #20B130
Complementary color
Monochromatic Colors of #20B130
Black with #20B130
Text Example
Text Example
White with #20B130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B130; }
p { color: rgb(32,177,48); }
H1.HeaderClassName
{
color: #20B130;
}
.AnyTagClassName
{
color: #20B130;
}
</style>
background-color css
<style>
a { background-color: #20B130; }
a { background-color: rgb(32,177,48); }
div.DivClassName
{
background-color: #20B130;
}
.BgClassName
{
background-color: #20B130;
}
</style>
border-color css
<style>
span { border-color: #20B130; }
span { border-color: rgb(32,177,48); }
td.TdClassName
{
border-color: #20B130;
}
.TagClassName
{
border-color: #20B130;
}
</style>