Shades of Lime Green #23C916
Tints of Lime Green #23C916
RGB
CMYK
RGB Variations
Color information
#23C916 (or 0x23C916) is known color: Lime Green. HEX triplet: 23, C9 and 16. RGB value is (35,201,22). Sum of RGB (Red+Green+Blue) = 35+201+22=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 201 (78.91% from 255 or 77.91% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 201 - color contains mainly: green. Hex color #23C916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23C916 is #DC36E9. Grayscale: #838383. Windows color (decimal): -14431978 or 1493283. OLE color: 1493283.
HSL color Cylindrical-coordinate representation of color #23C916: hue angle of 115.64º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #23C916 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 201 | 22 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.21 |
| HSL | 115.64º | 0.8% | 0.44% | - |
| HSV(B) | 115.64º | 0.89% | 0.79% | - |
| XYZ | 21.72 | 42.19 | 7.76 | - |
| YUV | 130.96 | 66.5 | 59.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 201 | 22 | 0.83 | 0 | 0.89 | 0.21 | 115.64 | 0.8 | 0.44 |
| Hex | 23 | C9 | 16 | 53 | 0 | 59 | 15 | 74 | 50 | 2C |
| Octal | 43 | 311 | 26 | 123 | 0 | 131 | 25 | 164 | 120 | 54 |
| Binary | 100011 | 11001001 | 10110 | 1010011 | 0 | 1011001 | 10101 | 1110100 | 1010000 | 101100 |
Color Harmonies of #23C916
Complementary color
Monochromatic Colors of #23C916
Black with #23C916
Text Example
Text Example
White with #23C916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C916; }
p { color: rgb(35,201,22); }
H1.HeaderClassName
{
color: #23C916;
}
.AnyTagClassName
{
color: #23C916;
}
</style>
background-color css
<style>
a { background-color: #23C916; }
a { background-color: rgb(35,201,22); }
div.DivClassName
{
background-color: #23C916;
}
.BgClassName
{
background-color: #23C916;
}
</style>
border-color css
<style>
span { border-color: #23C916; }
span { border-color: rgb(35,201,22); }
td.TdClassName
{
border-color: #23C916;
}
.TagClassName
{
border-color: #23C916;
}
</style>