Shades of Spring Green #18EF72
Tints of Spring Green #18EF72
RGB
CMYK
RGB Variations
Color information
#18EF72 (or 0x18EF72) is known color: Spring Green. HEX triplet: 18, EF and 72. RGB value is (24,239,114). Sum of RGB (Red+Green+Blue) = 24+239+114=377 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.37% from 377); Green value is 239 (93.75% from 255 or 63.40% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 239 - color contains mainly: green. Hex color #18EF72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18EF72 is #E7108D. Grayscale: #A0A0A0. Windows color (decimal): -15143054 or 7532312. OLE color: 7532312.
HSL color Cylindrical-coordinate representation of color #18EF72: hue angle of 145.12º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EF72 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 239 | 114 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.06 |
| HSL | 145.12º | 0.87% | 0.52% | - |
| HSV(B) | 145.12º | 0.9% | 0.94% | - |
| XYZ | 34.28 | 63.14 | 26.3 | - |
| YUV | 160.47 | 101.77 | 30.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 239 | 114 | 0.90 | 0 | 0.52 | 0.06 | 145.12 | 0.87 | 0.52 |
| Hex | 18 | EF | 72 | 5A | 0 | 34 | 6 | 91 | 57 | 34 |
| Octal | 30 | 357 | 162 | 132 | 0 | 64 | 6 | 221 | 127 | 64 |
| Binary | 11000 | 11101111 | 1110010 | 1011010 | 0 | 110100 | 110 | 10010001 | 1010111 | 110100 |
Color Harmonies of #18EF72
Complementary color
Monochromatic Colors of #18EF72
Black with #18EF72
Text Example
Text Example
White with #18EF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EF72; }
p { color: rgb(24,239,114); }
H1.HeaderClassName
{
color: #18EF72;
}
.AnyTagClassName
{
color: #18EF72;
}
</style>
background-color css
<style>
a { background-color: #18EF72; }
a { background-color: rgb(24,239,114); }
div.DivClassName
{
background-color: #18EF72;
}
.BgClassName
{
background-color: #18EF72;
}
</style>
border-color css
<style>
span { border-color: #18EF72; }
span { border-color: rgb(24,239,114); }
td.TdClassName
{
border-color: #18EF72;
}
.TagClassName
{
border-color: #18EF72;
}
</style>