Shades of Spring Green #18E482
Tints of Spring Green #18E482
RGB
CMYK
RGB Variations
Color information
#18E482 (or 0x18E482) is known color: Spring Green. HEX triplet: 18, E4 and 82. RGB value is (24,228,130). Sum of RGB (Red+Green+Blue) = 24+228+130=382 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.28% from 382); Green value is 228 (89.45% from 255 or 59.69% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 228 - color contains mainly: green. Hex color #18E482 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18E482 is #E71B7D. Grayscale: #9C9C9C. Windows color (decimal): -15145854 or 8578072. OLE color: 8578072.
HSL color Cylindrical-coordinate representation of color #18E482: hue angle of 151.18º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E482 is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 24 | 228 | 130 | - |
| CMYK | 0.89 | 0 | 0.43 | 0.11 |
| HSL | 151.18º | 0.81% | 0.49% | - |
| HSV(B) | 151.18º | 0.89% | 0.89% | - |
| XYZ | 32.15 | 57.29 | 30.48 | - |
| YUV | 155.83 | 113.41 | 33.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 228 | 130 | 0.89 | 0 | 0.43 | 0.11 | 151.18 | 0.81 | 0.49 |
| Hex | 18 | E4 | 82 | 59 | 0 | 2B | B | 97 | 51 | 31 |
| Octal | 30 | 344 | 202 | 131 | 0 | 53 | 13 | 227 | 121 | 61 |
| Binary | 11000 | 11100100 | 10000010 | 1011001 | 0 | 101011 | 1011 | 10010111 | 1010001 | 110001 |
Color Harmonies of #18E482
Complementary color
Monochromatic Colors of #18E482
Black with #18E482
Text Example
Text Example
White with #18E482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E482; }
p { color: rgb(24,228,130); }
H1.HeaderClassName
{
color: #18E482;
}
.AnyTagClassName
{
color: #18E482;
}
</style>
background-color css
<style>
a { background-color: #18E482; }
a { background-color: rgb(24,228,130); }
div.DivClassName
{
background-color: #18E482;
}
.BgClassName
{
background-color: #18E482;
}
</style>
border-color css
<style>
span { border-color: #18E482; }
span { border-color: rgb(24,228,130); }
td.TdClassName
{
border-color: #18E482;
}
.TagClassName
{
border-color: #18E482;
}
</style>