Shades of Medium Spring Green #02FCBB
Tints of Medium Spring Green #02FCBB
RGB
CMYK
RGB Variations
Color information
#02FCBB (or 0x02FCBB) is known color: Medium Spring Green. HEX triplet: 02, FC and BB. RGB value is (2,252,187). Sum of RGB (Red+Green+Blue) = 2+252+187=441 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 441); Green value is 252 (98.83% from 255 or 57.14% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 252 - color contains mainly: green. Hex color #02FCBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FCBB is #FD0344. Grayscale: #A9A9A9. Windows color (decimal): -16581445 or 12319746. OLE color: 12319746.
HSL color Cylindrical-coordinate representation of color #02FCBB: hue angle of 164.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FCBB is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 252 | 187 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.01 |
| HSL | 164.4º | 0.98% | 0.5% | - |
| HSV(B) | 164.4º | 0.99% | 0.99% | - |
| XYZ | 43.81 | 73.22 | 58.84 | - |
| YUV | 169.84 | 137.68 | 8.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 252 | 187 | 0.99 | 0 | 0.26 | 0.01 | 164.4 | 0.98 | 0.5 |
| Hex | 2 | FC | BB | 63 | 0 | 1A | 1 | A4 | 62 | 32 |
| Octal | 2 | 374 | 273 | 143 | 0 | 32 | 1 | 244 | 142 | 62 |
| Binary | 10 | 11111100 | 10111011 | 1100011 | 0 | 11010 | 1 | 10100100 | 1100010 | 110010 |
Color Harmonies of #02FCBB
Complementary color
Monochromatic Colors of #02FCBB
Black with #02FCBB
Text Example
Text Example
White with #02FCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FCBB; }
p { color: rgb(2,252,187); }
H1.HeaderClassName
{
color: #02FCBB;
}
.AnyTagClassName
{
color: #02FCBB;
}
</style>
background-color css
<style>
a { background-color: #02FCBB; }
a { background-color: rgb(2,252,187); }
div.DivClassName
{
background-color: #02FCBB;
}
.BgClassName
{
background-color: #02FCBB;
}
</style>
border-color css
<style>
span { border-color: #02FCBB; }
span { border-color: rgb(2,252,187); }
td.TdClassName
{
border-color: #02FCBB;
}
.TagClassName
{
border-color: #02FCBB;
}
</style>