Shades of Lime Green #18DF2B
Tints of Lime Green #18DF2B
RGB
CMYK
RGB Variations
Color information
#18DF2B (or 0x18DF2B) is known color: Lime Green. HEX triplet: 18, DF and 2B. RGB value is (24,223,43). Sum of RGB (Red+Green+Blue) = 24+223+43=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 223 (87.5% from 255 or 76.90% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 223 - color contains mainly: green. Hex color #18DF2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DF2B is #E720D4. Grayscale: #8F8F8F. Windows color (decimal): -15147221 or 2875160. OLE color: 2875160.
HSL color Cylindrical-coordinate representation of color #18DF2B: hue angle of 125.73º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DF2B is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 223 | 43 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.13 |
| HSL | 125.73º | 0.81% | 0.48% | - |
| HSV(B) | 125.73º | 0.89% | 0.87% | - |
| XYZ | 27.2 | 53.14 | 11.11 | - |
| YUV | 142.98 | 71.57 | 43.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 223 | 43 | 0.89 | 0 | 0.81 | 0.13 | 125.73 | 0.81 | 0.48 |
| Hex | 18 | DF | 2B | 59 | 0 | 51 | D | 7E | 51 | 30 |
| Octal | 30 | 337 | 53 | 131 | 0 | 121 | 15 | 176 | 121 | 60 |
| Binary | 11000 | 11011111 | 101011 | 1011001 | 0 | 1010001 | 1101 | 1111110 | 1010001 | 110000 |
Color Harmonies of #18DF2B
Complementary color
Monochromatic Colors of #18DF2B
Black with #18DF2B
Text Example
Text Example
White with #18DF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DF2B; }
p { color: rgb(24,223,43); }
H1.HeaderClassName
{
color: #18DF2B;
}
.AnyTagClassName
{
color: #18DF2B;
}
</style>
background-color css
<style>
a { background-color: #18DF2B; }
a { background-color: rgb(24,223,43); }
div.DivClassName
{
background-color: #18DF2B;
}
.BgClassName
{
background-color: #18DF2B;
}
</style>
border-color css
<style>
span { border-color: #18DF2B; }
span { border-color: rgb(24,223,43); }
td.TdClassName
{
border-color: #18DF2B;
}
.TagClassName
{
border-color: #18DF2B;
}
</style>