Shades of Lime Green #18E634
Tints of Lime Green #18E634
RGB
CMYK
RGB Variations
Color information
#18E634 (or 0x18E634) is known color: Lime Green. HEX triplet: 18, E6 and 34. RGB value is (24,230,52). Sum of RGB (Red+Green+Blue) = 24+230+52=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 230 (90.23% from 255 or 75.16% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 230 - color contains mainly: green. Hex color #18E634 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18E634 is #E719CB. Grayscale: #949494. Windows color (decimal): -15145420 or 3466776. OLE color: 3466776.
HSL color Cylindrical-coordinate representation of color #18E634: hue angle of 128.16º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E634 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 230 | 52 | - |
| CMYK | 0.90 | 0 | 0.77 | 0.10 |
| HSL | 128.16º | 0.81% | 0.5% | - |
| HSV(B) | 128.16º | 0.9% | 0.9% | - |
| XYZ | 29.29 | 57.04 | 12.71 | - |
| YUV | 148.11 | 73.75 | 39.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 230 | 52 | 0.90 | 0 | 0.77 | 0.10 | 128.16 | 0.81 | 0.5 |
| Hex | 18 | E6 | 34 | 5A | 0 | 4D | A | 80 | 51 | 32 |
| Octal | 30 | 346 | 64 | 132 | 0 | 115 | 12 | 200 | 121 | 62 |
| Binary | 11000 | 11100110 | 110100 | 1011010 | 0 | 1001101 | 1010 | 10000000 | 1010001 | 110010 |
Color Harmonies of #18E634
Complementary color
Monochromatic Colors of #18E634
Black with #18E634
Text Example
Text Example
White with #18E634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E634; }
p { color: rgb(24,230,52); }
H1.HeaderClassName
{
color: #18E634;
}
.AnyTagClassName
{
color: #18E634;
}
</style>
background-color css
<style>
a { background-color: #18E634; }
a { background-color: rgb(24,230,52); }
div.DivClassName
{
background-color: #18E634;
}
.BgClassName
{
background-color: #18E634;
}
</style>
border-color css
<style>
span { border-color: #18E634; }
span { border-color: rgb(24,230,52); }
td.TdClassName
{
border-color: #18E634;
}
.TagClassName
{
border-color: #18E634;
}
</style>