Shades of Spring Green #18FC71
Tints of Spring Green #18FC71
RGB
CMYK
RGB Variations
Color information
#18FC71 (or 0x18FC71) is known color: Spring Green. HEX triplet: 18, FC and 71. RGB value is (24,252,113). Sum of RGB (Red+Green+Blue) = 24+252+113=389 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.17% from 389); Green value is 252 (98.83% from 255 or 64.78% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 252 - color contains mainly: green. Hex color #18FC71 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FC71 is #E7038E. Grayscale: #A8A8A8. Windows color (decimal): -15139727 or 7470104. OLE color: 7470104.
HSL color Cylindrical-coordinate representation of color #18FC71: hue angle of 143.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FC71 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 252 | 113 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.01 |
| HSL | 143.42º | 0.97% | 0.54% | - |
| HSV(B) | 143.42º | 0.9% | 0.99% | - |
| XYZ | 38.17 | 71.01 | 27.32 | - |
| YUV | 167.98 | 96.96 | 25.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 252 | 113 | 0.90 | 0 | 0.55 | 0.01 | 143.42 | 0.97 | 0.54 |
| Hex | 18 | FC | 71 | 5A | 0 | 37 | 1 | 8F | 61 | 36 |
| Octal | 30 | 374 | 161 | 132 | 0 | 67 | 1 | 217 | 141 | 66 |
| Binary | 11000 | 11111100 | 1110001 | 1011010 | 0 | 110111 | 1 | 10001111 | 1100001 | 110110 |
Color Harmonies of #18FC71
Complementary color
Monochromatic Colors of #18FC71
Black with #18FC71
Text Example
Text Example
White with #18FC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FC71; }
p { color: rgb(24,252,113); }
H1.HeaderClassName
{
color: #18FC71;
}
.AnyTagClassName
{
color: #18FC71;
}
</style>
background-color css
<style>
a { background-color: #18FC71; }
a { background-color: rgb(24,252,113); }
div.DivClassName
{
background-color: #18FC71;
}
.BgClassName
{
background-color: #18FC71;
}
</style>
border-color css
<style>
span { border-color: #18FC71; }
span { border-color: rgb(24,252,113); }
td.TdClassName
{
border-color: #18FC71;
}
.TagClassName
{
border-color: #18FC71;
}
</style>