Shades of Lime Green #18D734
Tints of Lime Green #18D734
RGB
CMYK
RGB Variations
Color information
#18D734 (or 0x18D734) is known color: Lime Green. HEX triplet: 18, D7 and 34. RGB value is (24,215,52). Sum of RGB (Red+Green+Blue) = 24+215+52=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 215 (84.38% from 255 or 73.88% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 215 - color contains mainly: green. Hex color #18D734 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D734 is #E728CB. Grayscale: #8B8B8B. Windows color (decimal): -15149260 or 3462936. OLE color: 3462936.
HSL color Cylindrical-coordinate representation of color #18D734: hue angle of 128.8º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D734 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 215 | 52 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.16 |
| HSL | 128.8º | 0.8% | 0.47% | - |
| HSV(B) | 128.8º | 0.89% | 0.84% | - |
| XYZ | 25.3 | 49.04 | 11.38 | - |
| YUV | 139.31 | 78.72 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 215 | 52 | 0.89 | 0 | 0.76 | 0.16 | 128.8 | 0.8 | 0.47 |
| Hex | 18 | D7 | 34 | 59 | 0 | 4C | 10 | 81 | 50 | 2F |
| Octal | 30 | 327 | 64 | 131 | 0 | 114 | 20 | 201 | 120 | 57 |
| Binary | 11000 | 11010111 | 110100 | 1011001 | 0 | 1001100 | 10000 | 10000001 | 1010000 | 101111 |
Color Harmonies of #18D734
Complementary color
Monochromatic Colors of #18D734
Black with #18D734
Text Example
Text Example
White with #18D734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D734; }
p { color: rgb(24,215,52); }
H1.HeaderClassName
{
color: #18D734;
}
.AnyTagClassName
{
color: #18D734;
}
</style>
background-color css
<style>
a { background-color: #18D734; }
a { background-color: rgb(24,215,52); }
div.DivClassName
{
background-color: #18D734;
}
.BgClassName
{
background-color: #18D734;
}
</style>
border-color css
<style>
span { border-color: #18D734; }
span { border-color: rgb(24,215,52); }
td.TdClassName
{
border-color: #18D734;
}
.TagClassName
{
border-color: #18D734;
}
</style>