Shades of Lime Green #23D70C
Tints of Lime Green #23D70C
RGB
CMYK
RGB Variations
Color information
#23D70C (or 0x23D70C) is known color: Lime Green. HEX triplet: 23, D7 and 0C. RGB value is (35,215,12). Sum of RGB (Red+Green+Blue) = 35+215+12=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 215 (84.38% from 255 or 82.06% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 215 - color contains mainly: green. Hex color #23D70C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23D70C is #DC28F3. Grayscale: #8A8A8A. Windows color (decimal): -14428404 or 841507. OLE color: 841507.
HSL color Cylindrical-coordinate representation of color #23D70C: hue angle of 113.2º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #23D70C is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 215 | 12 | - |
| CMYK | 0.84 | 0 | 0.94 | 0.16 |
| HSL | 113.2º | 0.89% | 0.45% | - |
| HSV(B) | 113.2º | 0.94% | 0.84% | - |
| XYZ | 25.06 | 48.98 | 8.48 | - |
| YUV | 138.04 | 56.87 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 215 | 12 | 0.84 | 0 | 0.94 | 0.16 | 113.2 | 0.89 | 0.45 |
| Hex | 23 | D7 | C | 54 | 0 | 5E | 10 | 71 | 59 | 2D |
| Octal | 43 | 327 | 14 | 124 | 0 | 136 | 20 | 161 | 131 | 55 |
| Binary | 100011 | 11010111 | 1100 | 1010100 | 0 | 1011110 | 10000 | 1110001 | 1011001 | 101101 |
Color Harmonies of #23D70C
Complementary color
Monochromatic Colors of #23D70C
Black with #23D70C
Text Example
Text Example
White with #23D70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D70C; }
p { color: rgb(35,215,12); }
H1.HeaderClassName
{
color: #23D70C;
}
.AnyTagClassName
{
color: #23D70C;
}
</style>
background-color css
<style>
a { background-color: #23D70C; }
a { background-color: rgb(35,215,12); }
div.DivClassName
{
background-color: #23D70C;
}
.BgClassName
{
background-color: #23D70C;
}
</style>
border-color css
<style>
span { border-color: #23D70C; }
span { border-color: rgb(35,215,12); }
td.TdClassName
{
border-color: #23D70C;
}
.TagClassName
{
border-color: #23D70C;
}
</style>