Shades of Lime Green #20C123
Tints of Lime Green #20C123
RGB
CMYK
RGB Variations
Color information
#20C123 (or 0x20C123) is known color: Lime Green. HEX triplet: 20, C1 and 23. RGB value is (32,193,35). Sum of RGB (Red+Green+Blue) = 32+193+35=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 193 (75.78% from 255 or 74.23% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 193 - color contains mainly: green. Hex color #20C123 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C123 is #DF3EDC. Grayscale: #7F7F7F. Windows color (decimal): -14630621 or 2343200. OLE color: 2343200.
HSL color Cylindrical-coordinate representation of color #20C123: hue angle of 121.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C123 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 35 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.24 |
| HSL | 121.12º | 0.72% | 0.44% | - |
| HSV(B) | 121.12º | 0.83% | 0.76% | - |
| XYZ | 19.97 | 38.57 | 7.98 | - |
| YUV | 126.85 | 76.16 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 35 | 0.83 | 0 | 0.82 | 0.24 | 121.12 | 0.72 | 0.44 |
| Hex | 20 | C1 | 23 | 53 | 0 | 52 | 18 | 79 | 48 | 2C |
| Octal | 40 | 301 | 43 | 123 | 0 | 122 | 30 | 171 | 110 | 54 |
| Binary | 100000 | 11000001 | 100011 | 1010011 | 0 | 1010010 | 11000 | 1111001 | 1001000 | 101100 |
Color Harmonies of #20C123
Complementary color
Monochromatic Colors of #20C123
Black with #20C123
Text Example
Text Example
White with #20C123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C123; }
p { color: rgb(32,193,35); }
H1.HeaderClassName
{
color: #20C123;
}
.AnyTagClassName
{
color: #20C123;
}
</style>
background-color css
<style>
a { background-color: #20C123; }
a { background-color: rgb(32,193,35); }
div.DivClassName
{
background-color: #20C123;
}
.BgClassName
{
background-color: #20C123;
}
</style>
border-color css
<style>
span { border-color: #20C123; }
span { border-color: rgb(32,193,35); }
td.TdClassName
{
border-color: #20C123;
}
.TagClassName
{
border-color: #20C123;
}
</style>