Shades of Lime Green #18C626
Tints of Lime Green #18C626
RGB
CMYK
RGB Variations
Color information
#18C626 (or 0x18C626) is known color: Lime Green. HEX triplet: 18, C6 and 26. RGB value is (24,198,38). Sum of RGB (Red+Green+Blue) = 24+198+38=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 198 (77.73% from 255 or 76.15% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 198 - color contains mainly: green. Hex color #18C626 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C626 is #E739D9. Grayscale: #808080. Windows color (decimal): -15153626 or 2541080. OLE color: 2541080.
HSL color Cylindrical-coordinate representation of color #18C626: hue angle of 124.83º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C626 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 198 | 38 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.22 |
| HSL | 124.83º | 0.78% | 0.44% | - |
| HSV(B) | 124.83º | 0.88% | 0.78% | - |
| XYZ | 20.92 | 40.72 | 8.59 | - |
| YUV | 127.73 | 77.35 | 54.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 198 | 38 | 0.88 | 0 | 0.81 | 0.22 | 124.83 | 0.78 | 0.44 |
| Hex | 18 | C6 | 26 | 58 | 0 | 51 | 16 | 7D | 4E | 2C |
| Octal | 30 | 306 | 46 | 130 | 0 | 121 | 26 | 175 | 116 | 54 |
| Binary | 11000 | 11000110 | 100110 | 1011000 | 0 | 1010001 | 10110 | 1111101 | 1001110 | 101100 |
Color Harmonies of #18C626
Complementary color
Monochromatic Colors of #18C626
Black with #18C626
Text Example
Text Example
White with #18C626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C626; }
p { color: rgb(24,198,38); }
H1.HeaderClassName
{
color: #18C626;
}
.AnyTagClassName
{
color: #18C626;
}
</style>
background-color css
<style>
a { background-color: #18C626; }
a { background-color: rgb(24,198,38); }
div.DivClassName
{
background-color: #18C626;
}
.BgClassName
{
background-color: #18C626;
}
</style>
border-color css
<style>
span { border-color: #18C626; }
span { border-color: rgb(24,198,38); }
td.TdClassName
{
border-color: #18C626;
}
.TagClassName
{
border-color: #18C626;
}
</style>