Shades of Lime Green #23D010
Tints of Lime Green #23D010
RGB
CMYK
RGB Variations
Color information
#23D010 (or 0x23D010) is known color: Lime Green. HEX triplet: 23, D0 and 10. RGB value is (35,208,16). Sum of RGB (Red+Green+Blue) = 35+208+16=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 208 (81.64% from 255 or 80.31% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 208 - color contains mainly: green. Hex color #23D010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23D010 is #DC2FEF. Grayscale: #868686. Windows color (decimal): -14430192 or 1101859. OLE color: 1101859.
HSL color Cylindrical-coordinate representation of color #23D010: hue angle of 114.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #23D010 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 208 | 16 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.18 |
| HSL | 114.06º | 0.86% | 0.44% | - |
| HSV(B) | 114.06º | 0.92% | 0.82% | - |
| XYZ | 23.34 | 45.51 | 8.04 | - |
| YUV | 134.39 | 61.19 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 208 | 16 | 0.83 | 0 | 0.92 | 0.18 | 114.06 | 0.86 | 0.44 |
| Hex | 23 | D0 | 10 | 53 | 0 | 5C | 12 | 72 | 56 | 2C |
| Octal | 43 | 320 | 20 | 123 | 0 | 134 | 22 | 162 | 126 | 54 |
| Binary | 100011 | 11010000 | 10000 | 1010011 | 0 | 1011100 | 10010 | 1110010 | 1010110 | 101100 |
Color Harmonies of #23D010
Complementary color
Monochromatic Colors of #23D010
Black with #23D010
Text Example
Text Example
White with #23D010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D010; }
p { color: rgb(35,208,16); }
H1.HeaderClassName
{
color: #23D010;
}
.AnyTagClassName
{
color: #23D010;
}
</style>
background-color css
<style>
a { background-color: #23D010; }
a { background-color: rgb(35,208,16); }
div.DivClassName
{
background-color: #23D010;
}
.BgClassName
{
background-color: #23D010;
}
</style>
border-color css
<style>
span { border-color: #23D010; }
span { border-color: rgb(35,208,16); }
td.TdClassName
{
border-color: #23D010;
}
.TagClassName
{
border-color: #23D010;
}
</style>