Shades of Lime Green #23BC10
Tints of Lime Green #23BC10
RGB
CMYK
RGB Variations
Color information
#23BC10 (or 0x23BC10) is known color: Lime Green. HEX triplet: 23, BC and 10. RGB value is (35,188,16). Sum of RGB (Red+Green+Blue) = 35+188+16=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 188 (73.83% from 255 or 78.66% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 188 - color contains mainly: green. Hex color #23BC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23BC10 is #DC43EF. Grayscale: #7B7B7B. Windows color (decimal): -14435312 or 1096739. OLE color: 1096739.
HSL color Cylindrical-coordinate representation of color #23BC10: hue angle of 113.37º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #23BC10 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 188 | 16 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.26 |
| HSL | 113.37º | 0.84% | 0.4% | - |
| HSV(B) | 113.37º | 0.91% | 0.74% | - |
| XYZ | 18.77 | 36.36 | 6.52 | - |
| YUV | 122.65 | 67.81 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 188 | 16 | 0.81 | 0 | 0.91 | 0.26 | 113.37 | 0.84 | 0.4 |
| Hex | 23 | BC | 10 | 51 | 0 | 5B | 1A | 71 | 54 | 28 |
| Octal | 43 | 274 | 20 | 121 | 0 | 133 | 32 | 161 | 124 | 50 |
| Binary | 100011 | 10111100 | 10000 | 1010001 | 0 | 1011011 | 11010 | 1110001 | 1010100 | 101000 |
Color Harmonies of #23BC10
Complementary color
Monochromatic Colors of #23BC10
Black with #23BC10
Text Example
Text Example
White with #23BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BC10; }
p { color: rgb(35,188,16); }
H1.HeaderClassName
{
color: #23BC10;
}
.AnyTagClassName
{
color: #23BC10;
}
</style>
background-color css
<style>
a { background-color: #23BC10; }
a { background-color: rgb(35,188,16); }
div.DivClassName
{
background-color: #23BC10;
}
.BgClassName
{
background-color: #23BC10;
}
</style>
border-color css
<style>
span { border-color: #23BC10; }
span { border-color: rgb(35,188,16); }
td.TdClassName
{
border-color: #23BC10;
}
.TagClassName
{
border-color: #23BC10;
}
</style>