Shades of Lime Green #23C517
Tints of Lime Green #23C517
RGB
CMYK
RGB Variations
Color information
#23C517 (or 0x23C517) is known color: Lime Green. HEX triplet: 23, C5 and 17. RGB value is (35,197,23). Sum of RGB (Red+Green+Blue) = 35+197+23=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 197 (77.34% from 255 or 77.25% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 197 - color contains mainly: green. Hex color #23C517 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23C517 is #DC3AE8. Grayscale: #818181. Windows color (decimal): -14433001 or 1557795. OLE color: 1557795.
HSL color Cylindrical-coordinate representation of color #23C517: hue angle of 115.86º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #23C517 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 197 | 23 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.23 |
| HSL | 115.86º | 0.79% | 0.43% | - |
| HSV(B) | 115.86º | 0.88% | 0.77% | - |
| XYZ | 20.81 | 40.35 | 7.5 | - |
| YUV | 128.73 | 68.33 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 197 | 23 | 0.82 | 0 | 0.88 | 0.23 | 115.86 | 0.79 | 0.43 |
| Hex | 23 | C5 | 17 | 52 | 0 | 58 | 17 | 74 | 4F | 2B |
| Octal | 43 | 305 | 27 | 122 | 0 | 130 | 27 | 164 | 117 | 53 |
| Binary | 100011 | 11000101 | 10111 | 1010010 | 0 | 1011000 | 10111 | 1110100 | 1001111 | 101011 |
Color Harmonies of #23C517
Complementary color
Monochromatic Colors of #23C517
Black with #23C517
Text Example
Text Example
White with #23C517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C517; }
p { color: rgb(35,197,23); }
H1.HeaderClassName
{
color: #23C517;
}
.AnyTagClassName
{
color: #23C517;
}
</style>
background-color css
<style>
a { background-color: #23C517; }
a { background-color: rgb(35,197,23); }
div.DivClassName
{
background-color: #23C517;
}
.BgClassName
{
background-color: #23C517;
}
</style>
border-color css
<style>
span { border-color: #23C517; }
span { border-color: rgb(35,197,23); }
td.TdClassName
{
border-color: #23C517;
}
.TagClassName
{
border-color: #23C517;
}
</style>