Shades of Lime Green #23DC18
Tints of Lime Green #23DC18
RGB
CMYK
RGB Variations
Color information
#23DC18 (or 0x23DC18) is known color: Lime Green. HEX triplet: 23, DC and 18. RGB value is (35,220,24). Sum of RGB (Red+Green+Blue) = 35+220+24=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 220 (86.33% from 255 or 78.85% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 220 - color contains mainly: green. Hex color #23DC18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23DC18 is #DC23E7. Grayscale: #8E8E8E. Windows color (decimal): -14427112 or 1629219. OLE color: 1629219.
HSL color Cylindrical-coordinate representation of color #23DC18: hue angle of 116.63º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #23DC18 is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 220 | 24 | - |
| CMYK | 0.84 | 0 | 0.89 | 0.14 |
| HSL | 116.63º | 0.8% | 0.48% | - |
| HSV(B) | 116.63º | 0.89% | 0.86% | - |
| XYZ | 26.45 | 51.61 | 9.43 | - |
| YUV | 142.34 | 61.21 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 220 | 24 | 0.84 | 0 | 0.89 | 0.14 | 116.63 | 0.8 | 0.48 |
| Hex | 23 | DC | 18 | 54 | 0 | 59 | E | 75 | 50 | 30 |
| Octal | 43 | 334 | 30 | 124 | 0 | 131 | 16 | 165 | 120 | 60 |
| Binary | 100011 | 11011100 | 11000 | 1010100 | 0 | 1011001 | 1110 | 1110101 | 1010000 | 110000 |
Color Harmonies of #23DC18
Complementary color
Monochromatic Colors of #23DC18
Black with #23DC18
Text Example
Text Example
White with #23DC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DC18; }
p { color: rgb(35,220,24); }
H1.HeaderClassName
{
color: #23DC18;
}
.AnyTagClassName
{
color: #23DC18;
}
</style>
background-color css
<style>
a { background-color: #23DC18; }
a { background-color: rgb(35,220,24); }
div.DivClassName
{
background-color: #23DC18;
}
.BgClassName
{
background-color: #23DC18;
}
</style>
border-color css
<style>
span { border-color: #23DC18; }
span { border-color: rgb(35,220,24); }
td.TdClassName
{
border-color: #23DC18;
}
.TagClassName
{
border-color: #23DC18;
}
</style>