Shades of Lime Green #18CD1E
Tints of Lime Green #18CD1E
RGB
CMYK
RGB Variations
Color information
#18CD1E (or 0x18CD1E) is known color: Lime Green. HEX triplet: 18, CD and 1E. RGB value is (24,205,30). Sum of RGB (Red+Green+Blue) = 24+205+30=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 205 (80.47% from 255 or 79.15% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 205 - color contains mainly: green. Hex color #18CD1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CD1E is #E732E1. Grayscale: #838383. Windows color (decimal): -15151842 or 2018584. OLE color: 2018584.
HSL color Cylindrical-coordinate representation of color #18CD1E: hue angle of 121.99º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CD1E is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 205 | 30 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.20 |
| HSL | 121.99º | 0.79% | 0.45% | - |
| HSV(B) | 121.99º | 0.88% | 0.8% | - |
| XYZ | 22.44 | 43.95 | 8.53 | - |
| YUV | 130.93 | 71.03 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 205 | 30 | 0.88 | 0 | 0.85 | 0.20 | 121.99 | 0.79 | 0.45 |
| Hex | 18 | CD | 1E | 58 | 0 | 55 | 14 | 7A | 4F | 2D |
| Octal | 30 | 315 | 36 | 130 | 0 | 125 | 24 | 172 | 117 | 55 |
| Binary | 11000 | 11001101 | 11110 | 1011000 | 0 | 1010101 | 10100 | 1111010 | 1001111 | 101101 |
Color Harmonies of #18CD1E
Complementary color
Monochromatic Colors of #18CD1E
Black with #18CD1E
Text Example
Text Example
White with #18CD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CD1E; }
p { color: rgb(24,205,30); }
H1.HeaderClassName
{
color: #18CD1E;
}
.AnyTagClassName
{
color: #18CD1E;
}
</style>
background-color css
<style>
a { background-color: #18CD1E; }
a { background-color: rgb(24,205,30); }
div.DivClassName
{
background-color: #18CD1E;
}
.BgClassName
{
background-color: #18CD1E;
}
</style>
border-color css
<style>
span { border-color: #18CD1E; }
span { border-color: rgb(24,205,30); }
td.TdClassName
{
border-color: #18CD1E;
}
.TagClassName
{
border-color: #18CD1E;
}
</style>