Shades of Lime Green #18DC27
Tints of Lime Green #18DC27
RGB
CMYK
RGB Variations
Color information
#18DC27 (or 0x18DC27) is known color: Lime Green. HEX triplet: 18, DC and 27. RGB value is (24,220,39). Sum of RGB (Red+Green+Blue) = 24+220+39=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 220 (86.33% from 255 or 77.74% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DC27 is #E723D8. Grayscale: #8D8D8D. Windows color (decimal): -15147993 or 2612248. OLE color: 2612248.
HSL color Cylindrical-coordinate representation of color #18DC27: hue angle of 124.59º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DC27 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 220 | 39 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.14 |
| HSL | 124.59º | 0.8% | 0.48% | - |
| HSV(B) | 124.59º | 0.89% | 0.86% | - |
| XYZ | 26.34 | 51.53 | 10.48 | - |
| YUV | 140.76 | 70.57 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 39 | 0.89 | 0 | 0.82 | 0.14 | 124.59 | 0.8 | 0.48 |
| Hex | 18 | DC | 27 | 59 | 0 | 52 | E | 7D | 50 | 30 |
| Octal | 30 | 334 | 47 | 131 | 0 | 122 | 16 | 175 | 120 | 60 |
| Binary | 11000 | 11011100 | 100111 | 1011001 | 0 | 1010010 | 1110 | 1111101 | 1010000 | 110000 |
Color Harmonies of #18DC27
Complementary color
Monochromatic Colors of #18DC27
Black with #18DC27
Text Example
Text Example
White with #18DC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DC27; }
p { color: rgb(24,220,39); }
H1.HeaderClassName
{
color: #18DC27;
}
.AnyTagClassName
{
color: #18DC27;
}
</style>
background-color css
<style>
a { background-color: #18DC27; }
a { background-color: rgb(24,220,39); }
div.DivClassName
{
background-color: #18DC27;
}
.BgClassName
{
background-color: #18DC27;
}
</style>
border-color css
<style>
span { border-color: #18DC27; }
span { border-color: rgb(24,220,39); }
td.TdClassName
{
border-color: #18DC27;
}
.TagClassName
{
border-color: #18DC27;
}
</style>