Shades of Spring Green #18F36F
Tints of Spring Green #18F36F
RGB
CMYK
RGB Variations
Color information
#18F36F (or 0x18F36F) is known color: Spring Green. HEX triplet: 18, F3 and 6F. RGB value is (24,243,111). Sum of RGB (Red+Green+Blue) = 24+243+111=378 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.35% from 378); Green value is 243 (95.31% from 255 or 64.29% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 243 - color contains mainly: green. Hex color #18F36F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F36F is #E70C90. Grayscale: #A2A2A2. Windows color (decimal): -15142033 or 7336728. OLE color: 7336728.
HSL color Cylindrical-coordinate representation of color #18F36F: hue angle of 143.84º 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 #18F36F is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 243 | 111 | - |
| CMYK | 0.90 | 0 | 0.54 | 0.05 |
| HSL | 143.84º | 0.9% | 0.52% | - |
| HSV(B) | 143.84º | 0.9% | 0.95% | - |
| XYZ | 35.3 | 65.44 | 25.81 | - |
| YUV | 162.47 | 98.95 | 29.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 243 | 111 | 0.90 | 0 | 0.54 | 0.05 | 143.84 | 0.9 | 0.52 |
| Hex | 18 | F3 | 6F | 5A | 0 | 36 | 5 | 90 | 5A | 34 |
| Octal | 30 | 363 | 157 | 132 | 0 | 66 | 5 | 220 | 132 | 64 |
| Binary | 11000 | 11110011 | 1101111 | 1011010 | 0 | 110110 | 101 | 10010000 | 1011010 | 110100 |
Color Harmonies of #18F36F
Complementary color
Monochromatic Colors of #18F36F
Black with #18F36F
Text Example
Text Example
White with #18F36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F36F; }
p { color: rgb(24,243,111); }
H1.HeaderClassName
{
color: #18F36F;
}
.AnyTagClassName
{
color: #18F36F;
}
</style>
background-color css
<style>
a { background-color: #18F36F; }
a { background-color: rgb(24,243,111); }
div.DivClassName
{
background-color: #18F36F;
}
.BgClassName
{
background-color: #18F36F;
}
</style>
border-color css
<style>
span { border-color: #18F36F; }
span { border-color: rgb(24,243,111); }
td.TdClassName
{
border-color: #18F36F;
}
.TagClassName
{
border-color: #18F36F;
}
</style>