Shades of Spring Green #18F282
Tints of Spring Green #18F282
RGB
CMYK
RGB Variations
Color information
#18F282 (or 0x18F282) is known color: Spring Green. HEX triplet: 18, F2 and 82. RGB value is (24,242,130). Sum of RGB (Red+Green+Blue) = 24+242+130=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 242 (94.92% from 255 or 61.11% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 242 - color contains mainly: green. Hex color #18F282 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18F282 is #E70D7D. Grayscale: #A4A4A4. Windows color (decimal): -15142270 or 8581656. OLE color: 8581656.
HSL color Cylindrical-coordinate representation of color #18F282: hue angle of 149.17º degrees, saturation: 0.89, 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 #18F282 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 242 | 130 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.05 |
| HSL | 149.17º | 0.89% | 0.52% | - |
| HSV(B) | 149.17º | 0.9% | 0.95% | - |
| XYZ | 36.16 | 65.31 | 31.82 | - |
| YUV | 164.05 | 108.78 | 28.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 242 | 130 | 0.90 | 0 | 0.46 | 0.05 | 149.17 | 0.89 | 0.52 |
| Hex | 18 | F2 | 82 | 5A | 0 | 2E | 5 | 95 | 59 | 34 |
| Octal | 30 | 362 | 202 | 132 | 0 | 56 | 5 | 225 | 131 | 64 |
| Binary | 11000 | 11110010 | 10000010 | 1011010 | 0 | 101110 | 101 | 10010101 | 1011001 | 110100 |
Color Harmonies of #18F282
Complementary color
Monochromatic Colors of #18F282
Black with #18F282
Text Example
Text Example
White with #18F282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F282; }
p { color: rgb(24,242,130); }
H1.HeaderClassName
{
color: #18F282;
}
.AnyTagClassName
{
color: #18F282;
}
</style>
background-color css
<style>
a { background-color: #18F282; }
a { background-color: rgb(24,242,130); }
div.DivClassName
{
background-color: #18F282;
}
.BgClassName
{
background-color: #18F282;
}
</style>
border-color css
<style>
span { border-color: #18F282; }
span { border-color: rgb(24,242,130); }
td.TdClassName
{
border-color: #18F282;
}
.TagClassName
{
border-color: #18F282;
}
</style>