Shades of Lime Green #18C529
Tints of Lime Green #18C529
RGB
CMYK
RGB Variations
Color information
#18C529 (or 0x18C529) is known color: Lime Green. HEX triplet: 18, C5 and 29. RGB value is (24,197,41). Sum of RGB (Red+Green+Blue) = 24+197+41=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 197 (77.34% from 255 or 75.19% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 197 - color contains mainly: green. Hex color #18C529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C529 is #E73AD6. Grayscale: #7F7F7F. Windows color (decimal): -15153879 or 2737432. OLE color: 2737432.
HSL color Cylindrical-coordinate representation of color #18C529: hue angle of 125.9º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C529 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 197 | 41 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.23 |
| HSL | 125.9º | 0.78% | 0.43% | - |
| HSV(B) | 125.9º | 0.88% | 0.77% | - |
| XYZ | 20.74 | 40.29 | 8.78 | - |
| YUV | 127.49 | 79.19 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 197 | 41 | 0.88 | 0 | 0.79 | 0.23 | 125.9 | 0.78 | 0.43 |
| Hex | 18 | C5 | 29 | 58 | 0 | 4F | 17 | 7E | 4E | 2B |
| Octal | 30 | 305 | 51 | 130 | 0 | 117 | 27 | 176 | 116 | 53 |
| Binary | 11000 | 11000101 | 101001 | 1011000 | 0 | 1001111 | 10111 | 1111110 | 1001110 | 101011 |
Color Harmonies of #18C529
Complementary color
Monochromatic Colors of #18C529
Black with #18C529
Text Example
Text Example
White with #18C529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C529; }
p { color: rgb(24,197,41); }
H1.HeaderClassName
{
color: #18C529;
}
.AnyTagClassName
{
color: #18C529;
}
</style>
background-color css
<style>
a { background-color: #18C529; }
a { background-color: rgb(24,197,41); }
div.DivClassName
{
background-color: #18C529;
}
.BgClassName
{
background-color: #18C529;
}
</style>
border-color css
<style>
span { border-color: #18C529; }
span { border-color: rgb(24,197,41); }
td.TdClassName
{
border-color: #18C529;
}
.TagClassName
{
border-color: #18C529;
}
</style>