Shades of Lime Green #23D712
Tints of Lime Green #23D712
RGB
CMYK
RGB Variations
Color information
#23D712 (or 0x23D712) is known color: Lime Green. HEX triplet: 23, D7 and 12. RGB value is (35,215,18). Sum of RGB (Red+Green+Blue) = 35+215+18=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 215 (84.38% from 255 or 80.22% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 215 - color contains mainly: green. Hex color #23D712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23D712 is #DC28ED. Grayscale: #8B8B8B. Windows color (decimal): -14428398 or 1234723. OLE color: 1234723.
HSL color Cylindrical-coordinate representation of color #23D712: hue angle of 114.82º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #23D712 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 215 | 18 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.16 |
| HSL | 114.82º | 0.85% | 0.46% | - |
| HSV(B) | 114.82º | 0.92% | 0.84% | - |
| XYZ | 25.1 | 49 | 8.71 | - |
| YUV | 138.72 | 59.87 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 215 | 18 | 0.84 | 0 | 0.92 | 0.16 | 114.82 | 0.85 | 0.46 |
| Hex | 23 | D7 | 12 | 54 | 0 | 5C | 10 | 73 | 55 | 2E |
| Octal | 43 | 327 | 22 | 124 | 0 | 134 | 20 | 163 | 125 | 56 |
| Binary | 100011 | 11010111 | 10010 | 1010100 | 0 | 1011100 | 10000 | 1110011 | 1010101 | 101110 |
Color Harmonies of #23D712
Complementary color
Monochromatic Colors of #23D712
Black with #23D712
Text Example
Text Example
White with #23D712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D712; }
p { color: rgb(35,215,18); }
H1.HeaderClassName
{
color: #23D712;
}
.AnyTagClassName
{
color: #23D712;
}
</style>
background-color css
<style>
a { background-color: #23D712; }
a { background-color: rgb(35,215,18); }
div.DivClassName
{
background-color: #23D712;
}
.BgClassName
{
background-color: #23D712;
}
</style>
border-color css
<style>
span { border-color: #23D712; }
span { border-color: rgb(35,215,18); }
td.TdClassName
{
border-color: #23D712;
}
.TagClassName
{
border-color: #23D712;
}
</style>