Shades of Lime Green #18DC26
Tints of Lime Green #18DC26
RGB
CMYK
RGB Variations
Color information
#18DC26 (or 0x18DC26) is known color: Lime Green. HEX triplet: 18, DC and 26. RGB value is (24,220,38). Sum of RGB (Red+Green+Blue) = 24+220+38=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 220 (86.33% from 255 or 78.01% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DC26 is #E723D9. Grayscale: #8D8D8D. Windows color (decimal): -15147994 or 2546712. OLE color: 2546712.
HSL color Cylindrical-coordinate representation of color #18DC26: hue angle of 124.29º 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 #18DC26 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 220 | 38 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.14 |
| HSL | 124.29º | 0.8% | 0.48% | - |
| HSV(B) | 124.29º | 0.89% | 0.86% | - |
| XYZ | 26.32 | 51.52 | 10.39 | - |
| YUV | 140.65 | 70.07 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 38 | 0.89 | 0 | 0.83 | 0.14 | 124.29 | 0.8 | 0.48 |
| Hex | 18 | DC | 26 | 59 | 0 | 53 | E | 7C | 50 | 30 |
| Octal | 30 | 334 | 46 | 131 | 0 | 123 | 16 | 174 | 120 | 60 |
| Binary | 11000 | 11011100 | 100110 | 1011001 | 0 | 1010011 | 1110 | 1111100 | 1010000 | 110000 |
Color Harmonies of #18DC26
Complementary color
Monochromatic Colors of #18DC26
Black with #18DC26
Text Example
Text Example
White with #18DC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DC26; }
p { color: rgb(24,220,38); }
H1.HeaderClassName
{
color: #18DC26;
}
.AnyTagClassName
{
color: #18DC26;
}
</style>
background-color css
<style>
a { background-color: #18DC26; }
a { background-color: rgb(24,220,38); }
div.DivClassName
{
background-color: #18DC26;
}
.BgClassName
{
background-color: #18DC26;
}
</style>
border-color css
<style>
span { border-color: #18DC26; }
span { border-color: rgb(24,220,38); }
td.TdClassName
{
border-color: #18DC26;
}
.TagClassName
{
border-color: #18DC26;
}
</style>