Shades of Lime Green #20C339
Tints of Lime Green #20C339
RGB
CMYK
RGB Variations
Color information
#20C339 (or 0x20C339) is known color: Lime Green. HEX triplet: 20, C3 and 39. RGB value is (32,195,57). Sum of RGB (Red+Green+Blue) = 32+195+57=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 195 (76.56% from 255 or 68.66% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 195 - color contains mainly: green. Hex color #20C339 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C339 is #DF3CC6. Grayscale: #828282. Windows color (decimal): -14630087 or 3785504. OLE color: 3785504.
HSL color Cylindrical-coordinate representation of color #20C339: hue angle of 129.2º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C339 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 195 | 57 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.24 |
| HSL | 129.2º | 0.72% | 0.45% | - |
| HSV(B) | 129.2º | 0.84% | 0.76% | - |
| XYZ | 20.85 | 39.63 | 10.42 | - |
| YUV | 130.53 | 86.5 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 195 | 57 | 0.84 | 0 | 0.71 | 0.24 | 129.2 | 0.72 | 0.45 |
| Hex | 20 | C3 | 39 | 54 | 0 | 47 | 18 | 81 | 48 | 2D |
| Octal | 40 | 303 | 71 | 124 | 0 | 107 | 30 | 201 | 110 | 55 |
| Binary | 100000 | 11000011 | 111001 | 1010100 | 0 | 1000111 | 11000 | 10000001 | 1001000 | 101101 |
Color Harmonies of #20C339
Complementary color
Monochromatic Colors of #20C339
Black with #20C339
Text Example
Text Example
White with #20C339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C339; }
p { color: rgb(32,195,57); }
H1.HeaderClassName
{
color: #20C339;
}
.AnyTagClassName
{
color: #20C339;
}
</style>
background-color css
<style>
a { background-color: #20C339; }
a { background-color: rgb(32,195,57); }
div.DivClassName
{
background-color: #20C339;
}
.BgClassName
{
background-color: #20C339;
}
</style>
border-color css
<style>
span { border-color: #20C339; }
span { border-color: rgb(32,195,57); }
td.TdClassName
{
border-color: #20C339;
}
.TagClassName
{
border-color: #20C339;
}
</style>