Shades of Medium Spring Green #02FBBE
Tints of Medium Spring Green #02FBBE
RGB
CMYK
RGB Variations
Color information
#02FBBE (or 0x02FBBE) is known color: Medium Spring Green. HEX triplet: 02, FB and BE. RGB value is (2,251,190). Sum of RGB (Red+Green+Blue) = 2+251+190=443 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 443); Green value is 251 (98.44% from 255 or 56.66% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 251 - color contains mainly: green. Hex color #02FBBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FBBE is #FD0441. Grayscale: #A9A9A9. Windows color (decimal): -16581698 or 12516098. OLE color: 12516098.
HSL color Cylindrical-coordinate representation of color #02FBBE: hue angle of 165.3º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FBBE is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 251 | 190 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.02 |
| HSL | 165.3º | 0.98% | 0.5% | - |
| HSV(B) | 165.3º | 0.99% | 0.98% | - |
| XYZ | 43.82 | 72.72 | 60.44 | - |
| YUV | 169.6 | 139.51 | 8.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 251 | 190 | 0.99 | 0 | 0.24 | 0.02 | 165.3 | 0.98 | 0.5 |
| Hex | 2 | FB | BE | 63 | 0 | 18 | 2 | A5 | 62 | 32 |
| Octal | 2 | 373 | 276 | 143 | 0 | 30 | 2 | 245 | 142 | 62 |
| Binary | 10 | 11111011 | 10111110 | 1100011 | 0 | 11000 | 10 | 10100101 | 1100010 | 110010 |
Color Harmonies of #02FBBE
Complementary color
Monochromatic Colors of #02FBBE
Black with #02FBBE
Text Example
Text Example
White with #02FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FBBE; }
p { color: rgb(2,251,190); }
H1.HeaderClassName
{
color: #02FBBE;
}
.AnyTagClassName
{
color: #02FBBE;
}
</style>
background-color css
<style>
a { background-color: #02FBBE; }
a { background-color: rgb(2,251,190); }
div.DivClassName
{
background-color: #02FBBE;
}
.BgClassName
{
background-color: #02FBBE;
}
</style>
border-color css
<style>
span { border-color: #02FBBE; }
span { border-color: rgb(2,251,190); }
td.TdClassName
{
border-color: #02FBBE;
}
.TagClassName
{
border-color: #02FBBE;
}
</style>