Shades of Lime Green #18C625
Tints of Lime Green #18C625
RGB
CMYK
RGB Variations
Color information
#18C625 (or 0x18C625) is known color: Lime Green. HEX triplet: 18, C6 and 25. RGB value is (24,198,37). Sum of RGB (Red+Green+Blue) = 24+198+37=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 198 (77.73% from 255 or 76.45% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 198 - color contains mainly: green. Hex color #18C625 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C625 is #E739DA. Grayscale: #808080. Windows color (decimal): -15153627 or 2475544. OLE color: 2475544.
HSL color Cylindrical-coordinate representation of color #18C625: hue angle of 124.48º 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 #18C625 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 198 | 37 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.22 |
| HSL | 124.48º | 0.78% | 0.44% | - |
| HSV(B) | 124.48º | 0.88% | 0.78% | - |
| XYZ | 20.9 | 40.72 | 8.51 | - |
| YUV | 127.62 | 76.85 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 198 | 37 | 0.88 | 0 | 0.81 | 0.22 | 124.48 | 0.78 | 0.44 |
| Hex | 18 | C6 | 25 | 58 | 0 | 51 | 16 | 7C | 4E | 2C |
| Octal | 30 | 306 | 45 | 130 | 0 | 121 | 26 | 174 | 116 | 54 |
| Binary | 11000 | 11000110 | 100101 | 1011000 | 0 | 1010001 | 10110 | 1111100 | 1001110 | 101100 |
Color Harmonies of #18C625
Complementary color
Monochromatic Colors of #18C625
Black with #18C625
Text Example
Text Example
White with #18C625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C625; }
p { color: rgb(24,198,37); }
H1.HeaderClassName
{
color: #18C625;
}
.AnyTagClassName
{
color: #18C625;
}
</style>
background-color css
<style>
a { background-color: #18C625; }
a { background-color: rgb(24,198,37); }
div.DivClassName
{
background-color: #18C625;
}
.BgClassName
{
background-color: #18C625;
}
</style>
border-color css
<style>
span { border-color: #18C625; }
span { border-color: rgb(24,198,37); }
td.TdClassName
{
border-color: #18C625;
}
.TagClassName
{
border-color: #18C625;
}
</style>