Shades of Lime Green #20CE38
Tints of Lime Green #20CE38
RGB
CMYK
RGB Variations
Color information
#20CE38 (or 0x20CE38) is known color: Lime Green. HEX triplet: 20, CE and 38. RGB value is (32,206,56). Sum of RGB (Red+Green+Blue) = 32+206+56=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 206 (80.86% from 255 or 70.07% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 206 - color contains mainly: green. Hex color #20CE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CE38 is #DF31C7. Grayscale: #898989. Windows color (decimal): -14627272 or 3722784. OLE color: 3722784.
HSL color Cylindrical-coordinate representation of color #20CE38: hue angle of 128.28º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CE38 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 206 | 56 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.19 |
| HSL | 128.28º | 0.73% | 0.47% | - |
| HSV(B) | 128.28º | 0.84% | 0.81% | - |
| XYZ | 23.38 | 44.74 | 11.14 | - |
| YUV | 136.87 | 82.35 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 206 | 56 | 0.84 | 0 | 0.73 | 0.19 | 128.28 | 0.73 | 0.47 |
| Hex | 20 | CE | 38 | 54 | 0 | 49 | 13 | 80 | 49 | 2F |
| Octal | 40 | 316 | 70 | 124 | 0 | 111 | 23 | 200 | 111 | 57 |
| Binary | 100000 | 11001110 | 111000 | 1010100 | 0 | 1001001 | 10011 | 10000000 | 1001001 | 101111 |
Color Harmonies of #20CE38
Complementary color
Monochromatic Colors of #20CE38
Black with #20CE38
Text Example
Text Example
White with #20CE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CE38; }
p { color: rgb(32,206,56); }
H1.HeaderClassName
{
color: #20CE38;
}
.AnyTagClassName
{
color: #20CE38;
}
</style>
background-color css
<style>
a { background-color: #20CE38; }
a { background-color: rgb(32,206,56); }
div.DivClassName
{
background-color: #20CE38;
}
.BgClassName
{
background-color: #20CE38;
}
</style>
border-color css
<style>
span { border-color: #20CE38; }
span { border-color: rgb(32,206,56); }
td.TdClassName
{
border-color: #20CE38;
}
.TagClassName
{
border-color: #20CE38;
}
</style>