Shades of Lime Green #18C026
Tints of Lime Green #18C026
RGB
CMYK
RGB Variations
Color information
#18C026 (or 0x18C026) is known color: Lime Green. HEX triplet: 18, C0 and 26. RGB value is (24,192,38). Sum of RGB (Red+Green+Blue) = 24+192+38=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 192 (75.39% from 255 or 75.59% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 192 - color contains mainly: green. Hex color #18C026 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C026 is #E73FD9. Grayscale: #7C7C7C. Windows color (decimal): -15155162 or 2539544. OLE color: 2539544.
HSL color Cylindrical-coordinate representation of color #18C026: hue angle of 125º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C026 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 192 | 38 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.25 |
| HSL | 125º | 0.78% | 0.42% | - |
| HSV(B) | 125º | 0.88% | 0.75% | - |
| XYZ | 19.58 | 38.03 | 8.14 | - |
| YUV | 124.21 | 79.34 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 192 | 38 | 0.88 | 0 | 0.80 | 0.25 | 125 | 0.78 | 0.42 |
| Hex | 18 | C0 | 26 | 58 | 0 | 50 | 19 | 7D | 4E | 2A |
| Octal | 30 | 300 | 46 | 130 | 0 | 120 | 31 | 175 | 116 | 52 |
| Binary | 11000 | 11000000 | 100110 | 1011000 | 0 | 1010000 | 11001 | 1111101 | 1001110 | 101010 |
Color Harmonies of #18C026
Complementary color
Monochromatic Colors of #18C026
Black with #18C026
Text Example
Text Example
White with #18C026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C026; }
p { color: rgb(24,192,38); }
H1.HeaderClassName
{
color: #18C026;
}
.AnyTagClassName
{
color: #18C026;
}
</style>
background-color css
<style>
a { background-color: #18C026; }
a { background-color: rgb(24,192,38); }
div.DivClassName
{
background-color: #18C026;
}
.BgClassName
{
background-color: #18C026;
}
</style>
border-color css
<style>
span { border-color: #18C026; }
span { border-color: rgb(24,192,38); }
td.TdClassName
{
border-color: #18C026;
}
.TagClassName
{
border-color: #18C026;
}
</style>