Shades of Spring Green #18EF71
Tints of Spring Green #18EF71
RGB
CMYK
RGB Variations
Color information
#18EF71 (or 0x18EF71) is known color: Spring Green. HEX triplet: 18, EF and 71. RGB value is (24,239,113). Sum of RGB (Red+Green+Blue) = 24+239+113=376 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.38% from 376); Green value is 239 (93.75% from 255 or 63.56% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 239 - color contains mainly: green. Hex color #18EF71 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18EF71 is #E7108E. Grayscale: #A0A0A0. Windows color (decimal): -15143055 or 7466776. OLE color: 7466776.
HSL color Cylindrical-coordinate representation of color #18EF71: hue angle of 144.84º 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 #18EF71 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 239 | 113 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.06 |
| HSL | 144.84º | 0.87% | 0.52% | - |
| HSV(B) | 144.84º | 0.9% | 0.94% | - |
| XYZ | 34.22 | 63.12 | 26 | - |
| YUV | 160.35 | 101.27 | 30.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 239 | 113 | 0.90 | 0 | 0.53 | 0.06 | 144.84 | 0.87 | 0.52 |
| Hex | 18 | EF | 71 | 5A | 0 | 35 | 6 | 91 | 57 | 34 |
| Octal | 30 | 357 | 161 | 132 | 0 | 65 | 6 | 221 | 127 | 64 |
| Binary | 11000 | 11101111 | 1110001 | 1011010 | 0 | 110101 | 110 | 10010001 | 1010111 | 110100 |
Color Harmonies of #18EF71
Complementary color
Monochromatic Colors of #18EF71
Black with #18EF71
Text Example
Text Example
White with #18EF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EF71; }
p { color: rgb(24,239,113); }
H1.HeaderClassName
{
color: #18EF71;
}
.AnyTagClassName
{
color: #18EF71;
}
</style>
background-color css
<style>
a { background-color: #18EF71; }
a { background-color: rgb(24,239,113); }
div.DivClassName
{
background-color: #18EF71;
}
.BgClassName
{
background-color: #18EF71;
}
</style>
border-color css
<style>
span { border-color: #18EF71; }
span { border-color: rgb(24,239,113); }
td.TdClassName
{
border-color: #18EF71;
}
.TagClassName
{
border-color: #18EF71;
}
</style>