Shades of Lime Green #23C20D
Tints of Lime Green #23C20D
RGB
CMYK
RGB Variations
Color information
#23C20D (or 0x23C20D) is known color: Lime Green. HEX triplet: 23, C2 and 0D. RGB value is (35,194,13). Sum of RGB (Red+Green+Blue) = 35+194+13=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 194 (76.17% from 255 or 80.17% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 194 - color contains mainly: green. Hex color #23C20D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23C20D is #DC3DF2. Grayscale: #7E7E7E. Windows color (decimal): -14433779 or 901667. OLE color: 901667.
HSL color Cylindrical-coordinate representation of color #23C20D: hue angle of 112.71º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #23C20D is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 194 | 13 | - |
| CMYK | 0.82 | 0 | 0.93 | 0.24 |
| HSL | 112.71º | 0.87% | 0.41% | - |
| HSV(B) | 112.71º | 0.93% | 0.76% | - |
| XYZ | 20.06 | 38.97 | 6.85 | - |
| YUV | 125.83 | 64.32 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 194 | 13 | 0.82 | 0 | 0.93 | 0.24 | 112.71 | 0.87 | 0.41 |
| Hex | 23 | C2 | D | 52 | 0 | 5D | 18 | 71 | 57 | 29 |
| Octal | 43 | 302 | 15 | 122 | 0 | 135 | 30 | 161 | 127 | 51 |
| Binary | 100011 | 11000010 | 1101 | 1010010 | 0 | 1011101 | 11000 | 1110001 | 1010111 | 101001 |
Color Harmonies of #23C20D
Complementary color
Monochromatic Colors of #23C20D
Black with #23C20D
Text Example
Text Example
White with #23C20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C20D; }
p { color: rgb(35,194,13); }
H1.HeaderClassName
{
color: #23C20D;
}
.AnyTagClassName
{
color: #23C20D;
}
</style>
background-color css
<style>
a { background-color: #23C20D; }
a { background-color: rgb(35,194,13); }
div.DivClassName
{
background-color: #23C20D;
}
.BgClassName
{
background-color: #23C20D;
}
</style>
border-color css
<style>
span { border-color: #23C20D; }
span { border-color: rgb(35,194,13); }
td.TdClassName
{
border-color: #23C20D;
}
.TagClassName
{
border-color: #23C20D;
}
</style>