Shades of Lime Green #18C819
Tints of Lime Green #18C819
RGB
CMYK
RGB Variations
Color information
#18C819 (or 0x18C819) is known color: Lime Green. HEX triplet: 18, C8 and 19. RGB value is (24,200,25). Sum of RGB (Red+Green+Blue) = 24+200+25=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 200 (78.52% from 255 or 80.32% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 200 - color contains mainly: green. Hex color #18C819 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C819 is #E737E6. Grayscale: #7F7F7F. Windows color (decimal): -15153127 or 1689624. OLE color: 1689624.
HSL color Cylindrical-coordinate representation of color #18C819: hue angle of 120.34º degrees, saturation: 0.79, 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 #18C819 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 200 | 25 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.22 |
| HSL | 120.34º | 0.79% | 0.44% | - |
| HSV(B) | 120.34º | 0.88% | 0.78% | - |
| XYZ | 21.21 | 41.57 | 7.83 | - |
| YUV | 127.43 | 70.19 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 200 | 25 | 0.88 | 0 | 0.88 | 0.22 | 120.34 | 0.79 | 0.44 |
| Hex | 18 | C8 | 19 | 58 | 0 | 58 | 16 | 78 | 4F | 2C |
| Octal | 30 | 310 | 31 | 130 | 0 | 130 | 26 | 170 | 117 | 54 |
| Binary | 11000 | 11001000 | 11001 | 1011000 | 0 | 1011000 | 10110 | 1111000 | 1001111 | 101100 |
Color Harmonies of #18C819
Complementary color
Monochromatic Colors of #18C819
Black with #18C819
Text Example
Text Example
White with #18C819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C819; }
p { color: rgb(24,200,25); }
H1.HeaderClassName
{
color: #18C819;
}
.AnyTagClassName
{
color: #18C819;
}
</style>
background-color css
<style>
a { background-color: #18C819; }
a { background-color: rgb(24,200,25); }
div.DivClassName
{
background-color: #18C819;
}
.BgClassName
{
background-color: #18C819;
}
</style>
border-color css
<style>
span { border-color: #18C819; }
span { border-color: rgb(24,200,25); }
td.TdClassName
{
border-color: #18C819;
}
.TagClassName
{
border-color: #18C819;
}
</style>