Shades of Medium Spring Green #02E68B
Tints of Medium Spring Green #02E68B
RGB
CMYK
RGB Variations
Color information
#02E68B (or 0x02E68B) is known color: Medium Spring Green. HEX triplet: 02, E6 and 8B. RGB value is (2,230,139). Sum of RGB (Red+Green+Blue) = 2+230+139=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 230 (90.23% from 255 or 61.99% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 230 - color contains mainly: green. Hex color #02E68B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02E68B is #FD1974. Grayscale: #979797. Windows color (decimal): -16587125 or 9168386. OLE color: 9168386.
HSL color Cylindrical-coordinate representation of color #02E68B: hue angle of 156.05º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E68B is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 230 | 139 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.10 |
| HSL | 156.05º | 0.98% | 0.45% | - |
| HSV(B) | 156.05º | 0.99% | 0.9% | - |
| XYZ | 32.98 | 58.47 | 33.97 | - |
| YUV | 151.45 | 120.96 | 21.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 230 | 139 | 0.99 | 0 | 0.40 | 0.10 | 156.05 | 0.98 | 0.45 |
| Hex | 2 | E6 | 8B | 63 | 0 | 28 | A | 9C | 62 | 2D |
| Octal | 2 | 346 | 213 | 143 | 0 | 50 | 12 | 234 | 142 | 55 |
| Binary | 10 | 11100110 | 10001011 | 1100011 | 0 | 101000 | 1010 | 10011100 | 1100010 | 101101 |
Color Harmonies of #02E68B
Complementary color
Monochromatic Colors of #02E68B
Black with #02E68B
Text Example
Text Example
White with #02E68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E68B; }
p { color: rgb(2,230,139); }
H1.HeaderClassName
{
color: #02E68B;
}
.AnyTagClassName
{
color: #02E68B;
}
</style>
background-color css
<style>
a { background-color: #02E68B; }
a { background-color: rgb(2,230,139); }
div.DivClassName
{
background-color: #02E68B;
}
.BgClassName
{
background-color: #02E68B;
}
</style>
border-color css
<style>
span { border-color: #02E68B; }
span { border-color: rgb(2,230,139); }
td.TdClassName
{
border-color: #02E68B;
}
.TagClassName
{
border-color: #02E68B;
}
</style>