Shades of Lime Green #18D434
Tints of Lime Green #18D434
RGB
CMYK
RGB Variations
Color information
#18D434 (or 0x18D434) is known color: Lime Green. HEX triplet: 18, D4 and 34. RGB value is (24,212,52). Sum of RGB (Red+Green+Blue) = 24+212+52=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 212 (83.20% from 255 or 73.61% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 212 - color contains mainly: green. Hex color #18D434 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D434 is #E72BCB. Grayscale: #8A8A8A. Windows color (decimal): -15150028 or 3462168. OLE color: 3462168.
HSL color Cylindrical-coordinate representation of color #18D434: hue angle of 128.94º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D434 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 24 | 212 | 52 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.17 |
| HSL | 128.94º | 0.8% | 0.46% | - |
| HSV(B) | 128.94º | 0.89% | 0.83% | - |
| XYZ | 24.54 | 47.53 | 11.13 | - |
| YUV | 137.55 | 79.72 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 212 | 52 | 0.89 | 0 | 0.75 | 0.17 | 128.94 | 0.8 | 0.46 |
| Hex | 18 | D4 | 34 | 59 | 0 | 4B | 11 | 81 | 50 | 2E |
| Octal | 30 | 324 | 64 | 131 | 0 | 113 | 21 | 201 | 120 | 56 |
| Binary | 11000 | 11010100 | 110100 | 1011001 | 0 | 1001011 | 10001 | 10000001 | 1010000 | 101110 |
Color Harmonies of #18D434
Complementary color
Monochromatic Colors of #18D434
Black with #18D434
Text Example
Text Example
White with #18D434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D434; }
p { color: rgb(24,212,52); }
H1.HeaderClassName
{
color: #18D434;
}
.AnyTagClassName
{
color: #18D434;
}
</style>
background-color css
<style>
a { background-color: #18D434; }
a { background-color: rgb(24,212,52); }
div.DivClassName
{
background-color: #18D434;
}
.BgClassName
{
background-color: #18D434;
}
</style>
border-color css
<style>
span { border-color: #18D434; }
span { border-color: rgb(24,212,52); }
td.TdClassName
{
border-color: #18D434;
}
.TagClassName
{
border-color: #18D434;
}
</style>