Shades of Lime Green #20C239
Tints of Lime Green #20C239
RGB
CMYK
RGB Variations
Color information
#20C239 (or 0x20C239) is known color: Lime Green. HEX triplet: 20, C2 and 39. RGB value is (32,194,57). Sum of RGB (Red+Green+Blue) = 32+194+57=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 194 (76.17% from 255 or 68.55% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 194 - color contains mainly: green. Hex color #20C239 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C239 is #DF3DC6. Grayscale: #828282. Windows color (decimal): -14630343 or 3785248. OLE color: 3785248.
HSL color Cylindrical-coordinate representation of color #20C239: hue angle of 129.26º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C239 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 194 | 57 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.24 |
| HSL | 129.26º | 0.72% | 0.44% | - |
| HSV(B) | 129.26º | 0.84% | 0.76% | - |
| XYZ | 20.63 | 39.19 | 10.35 | - |
| YUV | 129.94 | 86.83 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 194 | 57 | 0.84 | 0 | 0.71 | 0.24 | 129.26 | 0.72 | 0.44 |
| Hex | 20 | C2 | 39 | 54 | 0 | 47 | 18 | 81 | 48 | 2C |
| Octal | 40 | 302 | 71 | 124 | 0 | 107 | 30 | 201 | 110 | 54 |
| Binary | 100000 | 11000010 | 111001 | 1010100 | 0 | 1000111 | 11000 | 10000001 | 1001000 | 101100 |
Color Harmonies of #20C239
Complementary color
Monochromatic Colors of #20C239
Black with #20C239
Text Example
Text Example
White with #20C239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C239; }
p { color: rgb(32,194,57); }
H1.HeaderClassName
{
color: #20C239;
}
.AnyTagClassName
{
color: #20C239;
}
</style>
background-color css
<style>
a { background-color: #20C239; }
a { background-color: rgb(32,194,57); }
div.DivClassName
{
background-color: #20C239;
}
.BgClassName
{
background-color: #20C239;
}
</style>
border-color css
<style>
span { border-color: #20C239; }
span { border-color: rgb(32,194,57); }
td.TdClassName
{
border-color: #20C239;
}
.TagClassName
{
border-color: #20C239;
}
</style>