Shades of Lime Green #18D523
Tints of Lime Green #18D523
RGB
CMYK
RGB Variations
Color information
#18D523 (or 0x18D523) is known color: Lime Green. HEX triplet: 18, D5 and 23. RGB value is (24,213,35). Sum of RGB (Red+Green+Blue) = 24+213+35=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 213 (83.59% from 255 or 78.31% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 213 - color contains mainly: green. Hex color #18D523 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D523 is #E72ADC. Grayscale: #888888. Windows color (decimal): -15149789 or 2348312. OLE color: 2348312.
HSL color Cylindrical-coordinate representation of color #18D523: hue angle of 123.49º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D523 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 213 | 35 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.16 |
| HSL | 123.49º | 0.8% | 0.46% | - |
| HSV(B) | 123.49º | 0.89% | 0.84% | - |
| XYZ | 24.47 | 47.9 | 9.55 | - |
| YUV | 136.2 | 70.88 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 213 | 35 | 0.89 | 0 | 0.84 | 0.16 | 123.49 | 0.8 | 0.46 |
| Hex | 18 | D5 | 23 | 59 | 0 | 54 | 10 | 7B | 50 | 2E |
| Octal | 30 | 325 | 43 | 131 | 0 | 124 | 20 | 173 | 120 | 56 |
| Binary | 11000 | 11010101 | 100011 | 1011001 | 0 | 1010100 | 10000 | 1111011 | 1010000 | 101110 |
Color Harmonies of #18D523
Complementary color
Monochromatic Colors of #18D523
Black with #18D523
Text Example
Text Example
White with #18D523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D523; }
p { color: rgb(24,213,35); }
H1.HeaderClassName
{
color: #18D523;
}
.AnyTagClassName
{
color: #18D523;
}
</style>
background-color css
<style>
a { background-color: #18D523; }
a { background-color: rgb(24,213,35); }
div.DivClassName
{
background-color: #18D523;
}
.BgClassName
{
background-color: #18D523;
}
</style>
border-color css
<style>
span { border-color: #18D523; }
span { border-color: rgb(24,213,35); }
td.TdClassName
{
border-color: #18D523;
}
.TagClassName
{
border-color: #18D523;
}
</style>