Shades of Lime Green #23BC0E
Tints of Lime Green #23BC0E
RGB
CMYK
RGB Variations
Color information
#23BC0E (or 0x23BC0E) is known color: Lime Green. HEX triplet: 23, BC and 0E. RGB value is (35,188,14). Sum of RGB (Red+Green+Blue) = 35+188+14=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 188 (73.83% from 255 or 79.32% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 188 - color contains mainly: green. Hex color #23BC0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23BC0E is #DC43F1. Grayscale: #7A7A7A. Windows color (decimal): -14435314 or 965667. OLE color: 965667.
HSL color Cylindrical-coordinate representation of color #23BC0E: hue angle of 112.76º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #23BC0E is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 188 | 14 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.26 |
| HSL | 112.76º | 0.86% | 0.4% | - |
| HSV(B) | 112.76º | 0.93% | 0.74% | - |
| XYZ | 18.76 | 36.36 | 6.44 | - |
| YUV | 122.42 | 66.81 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 188 | 14 | 0.81 | 0 | 0.93 | 0.26 | 112.76 | 0.86 | 0.4 |
| Hex | 23 | BC | E | 51 | 0 | 5D | 1A | 71 | 56 | 28 |
| Octal | 43 | 274 | 16 | 121 | 0 | 135 | 32 | 161 | 126 | 50 |
| Binary | 100011 | 10111100 | 1110 | 1010001 | 0 | 1011101 | 11010 | 1110001 | 1010110 | 101000 |
Color Harmonies of #23BC0E
Complementary color
Monochromatic Colors of #23BC0E
Black with #23BC0E
Text Example
Text Example
White with #23BC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BC0E; }
p { color: rgb(35,188,14); }
H1.HeaderClassName
{
color: #23BC0E;
}
.AnyTagClassName
{
color: #23BC0E;
}
</style>
background-color css
<style>
a { background-color: #23BC0E; }
a { background-color: rgb(35,188,14); }
div.DivClassName
{
background-color: #23BC0E;
}
.BgClassName
{
background-color: #23BC0E;
}
</style>
border-color css
<style>
span { border-color: #23BC0E; }
span { border-color: rgb(35,188,14); }
td.TdClassName
{
border-color: #23BC0E;
}
.TagClassName
{
border-color: #23BC0E;
}
</style>