Shades of Lime Green #20C923
Tints of Lime Green #20C923
RGB
CMYK
RGB Variations
Color information
#20C923 (or 0x20C923) is known color: Lime Green. HEX triplet: 20, C9 and 23. RGB value is (32,201,35). Sum of RGB (Red+Green+Blue) = 32+201+35=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 201 (78.91% from 255 or 75% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 201 - color contains mainly: green. Hex color #20C923 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C923 is #DF36DC. Grayscale: #848484. Windows color (decimal): -14628573 or 2345248. OLE color: 2345248.
HSL color Cylindrical-coordinate representation of color #20C923: hue angle of 121.07º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C923 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 35 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.21 |
| HSL | 121.07º | 0.73% | 0.46% | - |
| HSV(B) | 121.07º | 0.84% | 0.79% | - |
| XYZ | 21.79 | 42.2 | 8.59 | - |
| YUV | 131.55 | 73.51 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 35 | 0.84 | 0 | 0.83 | 0.21 | 121.07 | 0.73 | 0.46 |
| Hex | 20 | C9 | 23 | 54 | 0 | 53 | 15 | 79 | 49 | 2E |
| Octal | 40 | 311 | 43 | 124 | 0 | 123 | 25 | 171 | 111 | 56 |
| Binary | 100000 | 11001001 | 100011 | 1010100 | 0 | 1010011 | 10101 | 1111001 | 1001001 | 101110 |
Color Harmonies of #20C923
Complementary color
Monochromatic Colors of #20C923
Black with #20C923
Text Example
Text Example
White with #20C923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C923; }
p { color: rgb(32,201,35); }
H1.HeaderClassName
{
color: #20C923;
}
.AnyTagClassName
{
color: #20C923;
}
</style>
background-color css
<style>
a { background-color: #20C923; }
a { background-color: rgb(32,201,35); }
div.DivClassName
{
background-color: #20C923;
}
.BgClassName
{
background-color: #20C923;
}
</style>
border-color css
<style>
span { border-color: #20C923; }
span { border-color: rgb(32,201,35); }
td.TdClassName
{
border-color: #20C923;
}
.TagClassName
{
border-color: #20C923;
}
</style>