Shades of Spring Green #18F37C
Tints of Spring Green #18F37C
RGB
CMYK
RGB Variations
Color information
#18F37C (or 0x18F37C) is known color: Spring Green. HEX triplet: 18, F3 and 7C. RGB value is (24,243,124). Sum of RGB (Red+Green+Blue) = 24+243+124=391 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.14% from 391); Green value is 243 (95.31% from 255 or 62.15% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 243 - color contains mainly: green. Hex color #18F37C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F37C is #E70C83. Grayscale: #A4A4A4. Windows color (decimal): -15142020 or 8188696. OLE color: 8188696.
HSL color Cylindrical-coordinate representation of color #18F37C: hue angle of 147.4º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F37C is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 243 | 124 | - |
| CMYK | 0.90 | 0 | 0.49 | 0.05 |
| HSL | 147.4º | 0.9% | 0.52% | - |
| HSV(B) | 147.4º | 0.9% | 0.95% | - |
| XYZ | 36.07 | 65.75 | 29.86 | - |
| YUV | 163.95 | 105.45 | 28.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 243 | 124 | 0.90 | 0 | 0.49 | 0.05 | 147.4 | 0.9 | 0.52 |
| Hex | 18 | F3 | 7C | 5A | 0 | 31 | 5 | 93 | 5A | 34 |
| Octal | 30 | 363 | 174 | 132 | 0 | 61 | 5 | 223 | 132 | 64 |
| Binary | 11000 | 11110011 | 1111100 | 1011010 | 0 | 110001 | 101 | 10010011 | 1011010 | 110100 |
Color Harmonies of #18F37C
Complementary color
Monochromatic Colors of #18F37C
Black with #18F37C
Text Example
Text Example
White with #18F37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F37C; }
p { color: rgb(24,243,124); }
H1.HeaderClassName
{
color: #18F37C;
}
.AnyTagClassName
{
color: #18F37C;
}
</style>
background-color css
<style>
a { background-color: #18F37C; }
a { background-color: rgb(24,243,124); }
div.DivClassName
{
background-color: #18F37C;
}
.BgClassName
{
background-color: #18F37C;
}
</style>
border-color css
<style>
span { border-color: #18F37C; }
span { border-color: rgb(24,243,124); }
td.TdClassName
{
border-color: #18F37C;
}
.TagClassName
{
border-color: #18F37C;
}
</style>