Shades of Medium Spring Green #02E98C
Tints of Medium Spring Green #02E98C
RGB
CMYK
RGB Variations
Color information
#02E98C (or 0x02E98C) is known color: Medium Spring Green. HEX triplet: 02, E9 and 8C. RGB value is (2,233,140). Sum of RGB (Red+Green+Blue) = 2+233+140=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 233 (91.41% from 255 or 62.13% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 233 - color contains mainly: green. Hex color #02E98C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02E98C is #FD1673. Grayscale: #999999. Windows color (decimal): -16586356 or 9234690. OLE color: 9234690.
HSL color Cylindrical-coordinate representation of color #02E98C: hue angle of 155.84º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E98C is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 233 | 140 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.09 |
| HSL | 155.84º | 0.98% | 0.46% | - |
| HSV(B) | 155.84º | 0.99% | 0.91% | - |
| XYZ | 33.9 | 60.18 | 34.64 | - |
| YUV | 153.33 | 120.47 | 20.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 233 | 140 | 0.99 | 0 | 0.40 | 0.09 | 155.84 | 0.98 | 0.46 |
| Hex | 2 | E9 | 8C | 63 | 0 | 28 | 9 | 9C | 62 | 2E |
| Octal | 2 | 351 | 214 | 143 | 0 | 50 | 11 | 234 | 142 | 56 |
| Binary | 10 | 11101001 | 10001100 | 1100011 | 0 | 101000 | 1001 | 10011100 | 1100010 | 101110 |
Color Harmonies of #02E98C
Complementary color
Monochromatic Colors of #02E98C
Black with #02E98C
Text Example
Text Example
White with #02E98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E98C; }
p { color: rgb(2,233,140); }
H1.HeaderClassName
{
color: #02E98C;
}
.AnyTagClassName
{
color: #02E98C;
}
</style>
background-color css
<style>
a { background-color: #02E98C; }
a { background-color: rgb(2,233,140); }
div.DivClassName
{
background-color: #02E98C;
}
.BgClassName
{
background-color: #02E98C;
}
</style>
border-color css
<style>
span { border-color: #02E98C; }
span { border-color: rgb(2,233,140); }
td.TdClassName
{
border-color: #02E98C;
}
.TagClassName
{
border-color: #02E98C;
}
</style>