Shades of Lime Green #23D012
Tints of Lime Green #23D012
RGB
CMYK
RGB Variations
Color information
#23D012 (or 0x23D012) is known color: Lime Green. HEX triplet: 23, D0 and 12. RGB value is (35,208,18). Sum of RGB (Red+Green+Blue) = 35+208+18=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 208 (81.64% from 255 or 79.69% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 208 - color contains mainly: green. Hex color #23D012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23D012 is #DC2FED. Grayscale: #878787. Windows color (decimal): -14430190 or 1232931. OLE color: 1232931.
HSL color Cylindrical-coordinate representation of color #23D012: hue angle of 114.63º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #23D012 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 208 | 18 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.18 |
| HSL | 114.63º | 0.84% | 0.44% | - |
| HSV(B) | 114.63º | 0.91% | 0.82% | - |
| XYZ | 23.36 | 45.51 | 8.13 | - |
| YUV | 134.61 | 62.19 | 56.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 208 | 18 | 0.83 | 0 | 0.91 | 0.18 | 114.63 | 0.84 | 0.44 |
| Hex | 23 | D0 | 12 | 53 | 0 | 5B | 12 | 73 | 54 | 2C |
| Octal | 43 | 320 | 22 | 123 | 0 | 133 | 22 | 163 | 124 | 54 |
| Binary | 100011 | 11010000 | 10010 | 1010011 | 0 | 1011011 | 10010 | 1110011 | 1010100 | 101100 |
Color Harmonies of #23D012
Complementary color
Monochromatic Colors of #23D012
Black with #23D012
Text Example
Text Example
White with #23D012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D012; }
p { color: rgb(35,208,18); }
H1.HeaderClassName
{
color: #23D012;
}
.AnyTagClassName
{
color: #23D012;
}
</style>
background-color css
<style>
a { background-color: #23D012; }
a { background-color: rgb(35,208,18); }
div.DivClassName
{
background-color: #23D012;
}
.BgClassName
{
background-color: #23D012;
}
</style>
border-color css
<style>
span { border-color: #23D012; }
span { border-color: rgb(35,208,18); }
td.TdClassName
{
border-color: #23D012;
}
.TagClassName
{
border-color: #23D012;
}
</style>