Shades of Lime Green #20CC3D
Tints of Lime Green #20CC3D
RGB
CMYK
RGB Variations
Color information
#20CC3D (or 0x20CC3D) is known color: Lime Green. HEX triplet: 20, CC and 3D. RGB value is (32,204,61). Sum of RGB (Red+Green+Blue) = 32+204+61=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 204 (80.08% from 255 or 68.69% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CC3D is #DF33C2. Grayscale: #888888. Windows color (decimal): -14627779 or 4049952. OLE color: 4049952.
HSL color Cylindrical-coordinate representation of color #20CC3D: hue angle of 130.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CC3D is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 204 | 61 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.2 |
| HSL | 130.12º | 0.73% | 0.46% | - |
| HSV(B) | 130.12º | 0.84% | 0.8% | - |
| XYZ | 23.03 | 43.83 | 11.66 | - |
| YUV | 136.27 | 85.52 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 61 | 0.84 | 0 | 0.70 | 0.2 | 130.12 | 0.73 | 0.46 |
| Hex | 20 | CC | 3D | 54 | 0 | 46 | 14 | 82 | 49 | 2E |
| Octal | 40 | 314 | 75 | 124 | 0 | 106 | 24 | 202 | 111 | 56 |
| Binary | 100000 | 11001100 | 111101 | 1010100 | 0 | 1000110 | 10100 | 10000010 | 1001001 | 101110 |
Color Harmonies of #20CC3D
Complementary color
Monochromatic Colors of #20CC3D
Black with #20CC3D
Text Example
Text Example
White with #20CC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CC3D; }
p { color: rgb(32,204,61); }
H1.HeaderClassName
{
color: #20CC3D;
}
.AnyTagClassName
{
color: #20CC3D;
}
</style>
background-color css
<style>
a { background-color: #20CC3D; }
a { background-color: rgb(32,204,61); }
div.DivClassName
{
background-color: #20CC3D;
}
.BgClassName
{
background-color: #20CC3D;
}
</style>
border-color css
<style>
span { border-color: #20CC3D; }
span { border-color: rgb(32,204,61); }
td.TdClassName
{
border-color: #20CC3D;
}
.TagClassName
{
border-color: #20CC3D;
}
</style>