Shades of Lime Green #18D834
Tints of Lime Green #18D834
RGB
CMYK
RGB Variations
Color information
#18D834 (or 0x18D834) is known color: Lime Green. HEX triplet: 18, D8 and 34. RGB value is (24,216,52). Sum of RGB (Red+Green+Blue) = 24+216+52=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 216 (84.77% from 255 or 73.97% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 216 - color contains mainly: green. Hex color #18D834 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D834 is #E727CB. Grayscale: #8C8C8C. Windows color (decimal): -15149004 or 3463192. OLE color: 3463192.
HSL color Cylindrical-coordinate representation of color #18D834: hue angle of 128.75º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D834 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 216 | 52 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.15 |
| HSL | 128.75º | 0.8% | 0.47% | - |
| HSV(B) | 128.75º | 0.89% | 0.85% | - |
| XYZ | 25.55 | 49.55 | 11.47 | - |
| YUV | 139.9 | 78.39 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 216 | 52 | 0.89 | 0 | 0.76 | 0.15 | 128.75 | 0.8 | 0.47 |
| Hex | 18 | D8 | 34 | 59 | 0 | 4C | F | 81 | 50 | 2F |
| Octal | 30 | 330 | 64 | 131 | 0 | 114 | 17 | 201 | 120 | 57 |
| Binary | 11000 | 11011000 | 110100 | 1011001 | 0 | 1001100 | 1111 | 10000001 | 1010000 | 101111 |
Color Harmonies of #18D834
Complementary color
Monochromatic Colors of #18D834
Black with #18D834
Text Example
Text Example
White with #18D834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D834; }
p { color: rgb(24,216,52); }
H1.HeaderClassName
{
color: #18D834;
}
.AnyTagClassName
{
color: #18D834;
}
</style>
background-color css
<style>
a { background-color: #18D834; }
a { background-color: rgb(24,216,52); }
div.DivClassName
{
background-color: #18D834;
}
.BgClassName
{
background-color: #18D834;
}
</style>
border-color css
<style>
span { border-color: #18D834; }
span { border-color: rgb(24,216,52); }
td.TdClassName
{
border-color: #18D834;
}
.TagClassName
{
border-color: #18D834;
}
</style>