Shades of Lime Green #18D02A
Tints of Lime Green #18D02A
RGB
CMYK
RGB Variations
Color information
#18D02A (or 0x18D02A) is known color: Lime Green. HEX triplet: 18, D0 and 2A. RGB value is (24,208,42). Sum of RGB (Red+Green+Blue) = 24+208+42=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 208 (81.64% from 255 or 75.91% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 208 - color contains mainly: green. Hex color #18D02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D02A is #E72FD5. Grayscale: #868686. Windows color (decimal): -15151062 or 2805784. OLE color: 2805784.
HSL color Cylindrical-coordinate representation of color #18D02A: hue angle of 125.87º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18D02A is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 208 | 42 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.18 |
| HSL | 125.87º | 0.79% | 0.45% | - |
| HSV(B) | 125.87º | 0.88% | 0.82% | - |
| XYZ | 23.35 | 45.47 | 9.74 | - |
| YUV | 134.06 | 76.04 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 208 | 42 | 0.88 | 0 | 0.80 | 0.18 | 125.87 | 0.79 | 0.45 |
| Hex | 18 | D0 | 2A | 58 | 0 | 50 | 12 | 7E | 4F | 2D |
| Octal | 30 | 320 | 52 | 130 | 0 | 120 | 22 | 176 | 117 | 55 |
| Binary | 11000 | 11010000 | 101010 | 1011000 | 0 | 1010000 | 10010 | 1111110 | 1001111 | 101101 |
Color Harmonies of #18D02A
Complementary color
Monochromatic Colors of #18D02A
Black with #18D02A
Text Example
Text Example
White with #18D02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D02A; }
p { color: rgb(24,208,42); }
H1.HeaderClassName
{
color: #18D02A;
}
.AnyTagClassName
{
color: #18D02A;
}
</style>
background-color css
<style>
a { background-color: #18D02A; }
a { background-color: rgb(24,208,42); }
div.DivClassName
{
background-color: #18D02A;
}
.BgClassName
{
background-color: #18D02A;
}
</style>
border-color css
<style>
span { border-color: #18D02A; }
span { border-color: rgb(24,208,42); }
td.TdClassName
{
border-color: #18D02A;
}
.TagClassName
{
border-color: #18D02A;
}
</style>