Shades of Lime Green #18D635
Tints of Lime Green #18D635
RGB
CMYK
RGB Variations
Color information
#18D635 (or 0x18D635) is known color: Lime Green. HEX triplet: 18, D6 and 35. RGB value is (24,214,53). Sum of RGB (Red+Green+Blue) = 24+214+53=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 214 (83.98% from 255 or 73.54% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 214 - color contains mainly: green. Hex color #18D635 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D635 is #E729CA. Grayscale: #8B8B8B. Windows color (decimal): -15149515 or 3528216. OLE color: 3528216.
HSL color Cylindrical-coordinate representation of color #18D635: hue angle of 129.16º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D635 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 214 | 53 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.16 |
| HSL | 129.16º | 0.8% | 0.47% | - |
| HSV(B) | 129.16º | 0.89% | 0.84% | - |
| XYZ | 25.07 | 48.54 | 11.42 | - |
| YUV | 138.84 | 79.55 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 214 | 53 | 0.89 | 0 | 0.75 | 0.16 | 129.16 | 0.8 | 0.47 |
| Hex | 18 | D6 | 35 | 59 | 0 | 4B | 10 | 81 | 50 | 2F |
| Octal | 30 | 326 | 65 | 131 | 0 | 113 | 20 | 201 | 120 | 57 |
| Binary | 11000 | 11010110 | 110101 | 1011001 | 0 | 1001011 | 10000 | 10000001 | 1010000 | 101111 |
Color Harmonies of #18D635
Complementary color
Monochromatic Colors of #18D635
Black with #18D635
Text Example
Text Example
White with #18D635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D635; }
p { color: rgb(24,214,53); }
H1.HeaderClassName
{
color: #18D635;
}
.AnyTagClassName
{
color: #18D635;
}
</style>
background-color css
<style>
a { background-color: #18D635; }
a { background-color: rgb(24,214,53); }
div.DivClassName
{
background-color: #18D635;
}
.BgClassName
{
background-color: #18D635;
}
</style>
border-color css
<style>
span { border-color: #18D635; }
span { border-color: rgb(24,214,53); }
td.TdClassName
{
border-color: #18D635;
}
.TagClassName
{
border-color: #18D635;
}
</style>