Shades of Medium Spring Green #02FFBE
Tints of Medium Spring Green #02FFBE
RGB
CMYK
RGB Variations
Color information
#02FFBE (or 0x02FFBE) is known color: Medium Spring Green. HEX triplet: 02, FF and BE. RGB value is (2,255,190). Sum of RGB (Red+Green+Blue) = 2+255+190=447 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #02FFBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FFBE is #FD0041. Grayscale: #ABABAB. Windows color (decimal): -16580674 or 12517122. OLE color: 12517122.
HSL color Cylindrical-coordinate representation of color #02FFBE: hue angle of 164.58º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FFBE is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 190 | - |
| CMYK | 0.99 | 0 | 0.25 | 0 |
| HSL | 164.59º | 1% | 0.5% | - |
| HSV(B) | 164.59º | 0.99% | 1% | - |
| XYZ | 45.08 | 75.25 | 60.86 | - |
| YUV | 171.94 | 138.18 | 6.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 190 | 0.99 | 0 | 0.25 | 0 | 164.59 | 1 | 0.5 |
| Hex | 2 | FF | BE | 63 | 0 | 19 | 0 | A5 | 64 | 32 |
| Octal | 2 | 377 | 276 | 143 | 0 | 31 | 0 | 245 | 144 | 62 |
| Binary | 10 | 11111111 | 10111110 | 1100011 | 0 | 11001 | 0 | 10100101 | 1100100 | 110010 |
Color Harmonies of #02FFBE
Complementary color
Monochromatic Colors of #02FFBE
Black with #02FFBE
Text Example
Text Example
White with #02FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FFBE; }
p { color: rgb(2,255,190); }
H1.HeaderClassName
{
color: #02FFBE;
}
.AnyTagClassName
{
color: #02FFBE;
}
</style>
background-color css
<style>
a { background-color: #02FFBE; }
a { background-color: rgb(2,255,190); }
div.DivClassName
{
background-color: #02FFBE;
}
.BgClassName
{
background-color: #02FFBE;
}
</style>
border-color css
<style>
span { border-color: #02FFBE; }
span { border-color: rgb(2,255,190); }
td.TdClassName
{
border-color: #02FFBE;
}
.TagClassName
{
border-color: #02FFBE;
}
</style>