Shades of Lime Green #18C628
Tints of Lime Green #18C628
RGB
CMYK
RGB Variations
Color information
#18C628 (or 0x18C628) is known color: Lime Green. HEX triplet: 18, C6 and 28. RGB value is (24,198,40). Sum of RGB (Red+Green+Blue) = 24+198+40=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 198 (77.73% from 255 or 75.57% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 198 - color contains mainly: green. Hex color #18C628 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C628 is #E739D7. Grayscale: #808080. Windows color (decimal): -15153624 or 2672152. OLE color: 2672152.
HSL color Cylindrical-coordinate representation of color #18C628: hue angle of 125.52º 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 #18C628 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 198 | 40 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.22 |
| HSL | 125.52º | 0.78% | 0.44% | - |
| HSV(B) | 125.52º | 0.88% | 0.78% | - |
| XYZ | 20.95 | 40.74 | 8.77 | - |
| YUV | 127.96 | 78.35 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 198 | 40 | 0.88 | 0 | 0.80 | 0.22 | 125.52 | 0.78 | 0.44 |
| Hex | 18 | C6 | 28 | 58 | 0 | 50 | 16 | 7E | 4E | 2C |
| Octal | 30 | 306 | 50 | 130 | 0 | 120 | 26 | 176 | 116 | 54 |
| Binary | 11000 | 11000110 | 101000 | 1011000 | 0 | 1010000 | 10110 | 1111110 | 1001110 | 101100 |
Color Harmonies of #18C628
Complementary color
Monochromatic Colors of #18C628
Black with #18C628
Text Example
Text Example
White with #18C628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C628; }
p { color: rgb(24,198,40); }
H1.HeaderClassName
{
color: #18C628;
}
.AnyTagClassName
{
color: #18C628;
}
</style>
background-color css
<style>
a { background-color: #18C628; }
a { background-color: rgb(24,198,40); }
div.DivClassName
{
background-color: #18C628;
}
.BgClassName
{
background-color: #18C628;
}
</style>
border-color css
<style>
span { border-color: #18C628; }
span { border-color: rgb(24,198,40); }
td.TdClassName
{
border-color: #18C628;
}
.TagClassName
{
border-color: #18C628;
}
</style>