Shades of Spring Green #18EB80
Tints of Spring Green #18EB80
RGB
CMYK
RGB Variations
Color information
#18EB80 (or 0x18EB80) is known color: Spring Green. HEX triplet: 18, EB and 80. RGB value is (24,235,128). Sum of RGB (Red+Green+Blue) = 24+235+128=387 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.20% from 387); Green value is 235 (92.19% from 255 or 60.72% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 235 - color contains mainly: green. Hex color #18EB80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18EB80 is #E7147F. Grayscale: #9F9F9F. Windows color (decimal): -15144064 or 8448792. OLE color: 8448792.
HSL color Cylindrical-coordinate representation of color #18EB80: hue angle of 149.57º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EB80 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 235 | 128 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.08 |
| HSL | 149.57º | 0.84% | 0.51% | - |
| HSV(B) | 149.57º | 0.9% | 0.92% | - |
| XYZ | 33.98 | 61.17 | 30.44 | - |
| YUV | 159.71 | 110.1 | 31.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 235 | 128 | 0.90 | 0 | 0.46 | 0.08 | 149.57 | 0.84 | 0.51 |
| Hex | 18 | EB | 80 | 5A | 0 | 2E | 8 | 96 | 54 | 33 |
| Octal | 30 | 353 | 200 | 132 | 0 | 56 | 10 | 226 | 124 | 63 |
| Binary | 11000 | 11101011 | 10000000 | 1011010 | 0 | 101110 | 1000 | 10010110 | 1010100 | 110011 |
Color Harmonies of #18EB80
Complementary color
Monochromatic Colors of #18EB80
Black with #18EB80
Text Example
Text Example
White with #18EB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EB80; }
p { color: rgb(24,235,128); }
H1.HeaderClassName
{
color: #18EB80;
}
.AnyTagClassName
{
color: #18EB80;
}
</style>
background-color css
<style>
a { background-color: #18EB80; }
a { background-color: rgb(24,235,128); }
div.DivClassName
{
background-color: #18EB80;
}
.BgClassName
{
background-color: #18EB80;
}
</style>
border-color css
<style>
span { border-color: #18EB80; }
span { border-color: rgb(24,235,128); }
td.TdClassName
{
border-color: #18EB80;
}
.TagClassName
{
border-color: #18EB80;
}
</style>