Shades of Lime Green #23DC12
Tints of Lime Green #23DC12
RGB
CMYK
RGB Variations
Color information
#23DC12 (or 0x23DC12) is known color: Lime Green. HEX triplet: 23, DC and 12. RGB value is (35,220,18). Sum of RGB (Red+Green+Blue) = 35+220+18=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 220 (86.33% from 255 or 80.59% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 220 - color contains mainly: green. Hex color #23DC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23DC12 is #DC23ED. Grayscale: #8E8E8E. Windows color (decimal): -14427118 or 1236003. OLE color: 1236003.
HSL color Cylindrical-coordinate representation of color #23DC12: hue angle of 114.95º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #23DC12 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 220 | 18 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.14 |
| HSL | 114.95º | 0.85% | 0.47% | - |
| HSV(B) | 114.95º | 0.92% | 0.86% | - |
| XYZ | 26.4 | 51.59 | 9.14 | - |
| YUV | 141.66 | 58.21 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 220 | 18 | 0.84 | 0 | 0.92 | 0.14 | 114.95 | 0.85 | 0.47 |
| Hex | 23 | DC | 12 | 54 | 0 | 5C | E | 73 | 55 | 2F |
| Octal | 43 | 334 | 22 | 124 | 0 | 134 | 16 | 163 | 125 | 57 |
| Binary | 100011 | 11011100 | 10010 | 1010100 | 0 | 1011100 | 1110 | 1110011 | 1010101 | 101111 |
Color Harmonies of #23DC12
Complementary color
Monochromatic Colors of #23DC12
Black with #23DC12
Text Example
Text Example
White with #23DC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DC12; }
p { color: rgb(35,220,18); }
H1.HeaderClassName
{
color: #23DC12;
}
.AnyTagClassName
{
color: #23DC12;
}
</style>
background-color css
<style>
a { background-color: #23DC12; }
a { background-color: rgb(35,220,18); }
div.DivClassName
{
background-color: #23DC12;
}
.BgClassName
{
background-color: #23DC12;
}
</style>
border-color css
<style>
span { border-color: #23DC12; }
span { border-color: rgb(35,220,18); }
td.TdClassName
{
border-color: #23DC12;
}
.TagClassName
{
border-color: #23DC12;
}
</style>