Shades of Lime Green #23BC16
Tints of Lime Green #23BC16
RGB
CMYK
RGB Variations
Color information
#23BC16 (or 0x23BC16) is known color: Lime Green. HEX triplet: 23, BC and 16. RGB value is (35,188,22). Sum of RGB (Red+Green+Blue) = 35+188+22=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 188 (73.83% from 255 or 76.73% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 188 - color contains mainly: green. Hex color #23BC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23BC16 is #DC43E9. Grayscale: #7B7B7B. Windows color (decimal): -14435306 or 1489955. OLE color: 1489955.
HSL color Cylindrical-coordinate representation of color #23BC16: hue angle of 115.3º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #23BC16 is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 188 | 22 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.26 |
| HSL | 115.3º | 0.79% | 0.41% | - |
| HSV(B) | 115.3º | 0.88% | 0.74% | - |
| XYZ | 18.82 | 36.38 | 6.79 | - |
| YUV | 123.33 | 70.81 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 188 | 22 | 0.81 | 0 | 0.88 | 0.26 | 115.3 | 0.79 | 0.41 |
| Hex | 23 | BC | 16 | 51 | 0 | 58 | 1A | 73 | 4F | 29 |
| Octal | 43 | 274 | 26 | 121 | 0 | 130 | 32 | 163 | 117 | 51 |
| Binary | 100011 | 10111100 | 10110 | 1010001 | 0 | 1011000 | 11010 | 1110011 | 1001111 | 101001 |
Color Harmonies of #23BC16
Complementary color
Monochromatic Colors of #23BC16
Black with #23BC16
Text Example
Text Example
White with #23BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BC16; }
p { color: rgb(35,188,22); }
H1.HeaderClassName
{
color: #23BC16;
}
.AnyTagClassName
{
color: #23BC16;
}
</style>
background-color css
<style>
a { background-color: #23BC16; }
a { background-color: rgb(35,188,22); }
div.DivClassName
{
background-color: #23BC16;
}
.BgClassName
{
background-color: #23BC16;
}
</style>
border-color css
<style>
span { border-color: #23BC16; }
span { border-color: rgb(35,188,22); }
td.TdClassName
{
border-color: #23BC16;
}
.TagClassName
{
border-color: #23BC16;
}
</style>