Shades of Lime Green #18D835
Tints of Lime Green #18D835
RGB
CMYK
RGB Variations
Color information
#18D835 (or 0x18D835) is known color: Lime Green. HEX triplet: 18, D8 and 35. RGB value is (24,216,53). Sum of RGB (Red+Green+Blue) = 24+216+53=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 216 (84.77% from 255 or 73.72% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 216 - color contains mainly: green. Hex color #18D835 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D835 is #E727CA. Grayscale: #8C8C8C. Windows color (decimal): -15149003 or 3528728. OLE color: 3528728.
HSL color Cylindrical-coordinate representation of color #18D835: hue angle of 129.06º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D835 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 216 | 53 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.15 |
| HSL | 129.06º | 0.8% | 0.47% | - |
| HSV(B) | 129.06º | 0.89% | 0.85% | - |
| XYZ | 25.58 | 49.56 | 11.59 | - |
| YUV | 140.01 | 78.89 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 216 | 53 | 0.89 | 0 | 0.75 | 0.15 | 129.06 | 0.8 | 0.47 |
| Hex | 18 | D8 | 35 | 59 | 0 | 4B | F | 81 | 50 | 2F |
| Octal | 30 | 330 | 65 | 131 | 0 | 113 | 17 | 201 | 120 | 57 |
| Binary | 11000 | 11011000 | 110101 | 1011001 | 0 | 1001011 | 1111 | 10000001 | 1010000 | 101111 |
Color Harmonies of #18D835
Complementary color
Monochromatic Colors of #18D835
Black with #18D835
Text Example
Text Example
White with #18D835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D835; }
p { color: rgb(24,216,53); }
H1.HeaderClassName
{
color: #18D835;
}
.AnyTagClassName
{
color: #18D835;
}
</style>
background-color css
<style>
a { background-color: #18D835; }
a { background-color: rgb(24,216,53); }
div.DivClassName
{
background-color: #18D835;
}
.BgClassName
{
background-color: #18D835;
}
</style>
border-color css
<style>
span { border-color: #18D835; }
span { border-color: rgb(24,216,53); }
td.TdClassName
{
border-color: #18D835;
}
.TagClassName
{
border-color: #18D835;
}
</style>