Shades of Lime Green #18D330
Tints of Lime Green #18D330
RGB
CMYK
RGB Variations
Color information
#18D330 (or 0x18D330) is known color: Lime Green. HEX triplet: 18, D3 and 30. RGB value is (24,211,48). Sum of RGB (Red+Green+Blue) = 24+211+48=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 211 (82.81% from 255 or 74.56% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 211 - color contains mainly: green. Hex color #18D330 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D330 is #E72CCF. Grayscale: #888888. Windows color (decimal): -15150288 or 3199768. OLE color: 3199768.
HSL color Cylindrical-coordinate representation of color #18D330: hue angle of 127.7º 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 #18D330 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 24 | 211 | 48 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.17 |
| HSL | 127.7º | 0.8% | 0.46% | - |
| HSV(B) | 127.7º | 0.89% | 0.83% | - |
| XYZ | 24.2 | 47 | 10.59 | - |
| YUV | 136.51 | 78.05 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 211 | 48 | 0.89 | 0 | 0.77 | 0.17 | 127.7 | 0.8 | 0.46 |
| Hex | 18 | D3 | 30 | 59 | 0 | 4D | 11 | 80 | 50 | 2E |
| Octal | 30 | 323 | 60 | 131 | 0 | 115 | 21 | 200 | 120 | 56 |
| Binary | 11000 | 11010011 | 110000 | 1011001 | 0 | 1001101 | 10001 | 10000000 | 1010000 | 101110 |
Color Harmonies of #18D330
Complementary color
Monochromatic Colors of #18D330
Black with #18D330
Text Example
Text Example
White with #18D330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D330; }
p { color: rgb(24,211,48); }
H1.HeaderClassName
{
color: #18D330;
}
.AnyTagClassName
{
color: #18D330;
}
</style>
background-color css
<style>
a { background-color: #18D330; }
a { background-color: rgb(24,211,48); }
div.DivClassName
{
background-color: #18D330;
}
.BgClassName
{
background-color: #18D330;
}
</style>
border-color css
<style>
span { border-color: #18D330; }
span { border-color: rgb(24,211,48); }
td.TdClassName
{
border-color: #18D330;
}
.TagClassName
{
border-color: #18D330;
}
</style>