Shades of Medium Spring Green #02FEBE
Tints of Medium Spring Green #02FEBE
RGB
CMYK
RGB Variations
Color information
#02FEBE (or 0x02FEBE) is known color: Medium Spring Green. HEX triplet: 02, FE and BE. RGB value is (2,254,190). Sum of RGB (Red+Green+Blue) = 2+254+190=446 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 446); Green value is 254 (99.61% from 255 or 56.95% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 254 - color contains mainly: green. Hex color #02FEBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FEBE is #FD0141. Grayscale: #ABABAB. Windows color (decimal): -16580930 or 12516866. OLE color: 12516866.
HSL color Cylindrical-coordinate representation of color #02FEBE: hue angle of 164.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FEBE is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 190 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.00 |
| HSL | 164.76º | 0.99% | 0.5% | - |
| HSV(B) | 164.76º | 0.99% | 1% | - |
| XYZ | 44.76 | 74.61 | 60.76 | - |
| YUV | 171.36 | 138.51 | 7.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 190 | 0.99 | 0 | 0.25 | 0.00 | 164.76 | 0.99 | 0.5 |
| Hex | 2 | FE | BE | 63 | 0 | 19 | 0 | A5 | 63 | 32 |
| Octal | 2 | 376 | 276 | 143 | 0 | 31 | 0 | 245 | 143 | 62 |
| Binary | 10 | 11111110 | 10111110 | 1100011 | 0 | 11001 | 0 | 10100101 | 1100011 | 110010 |
Color Harmonies of #02FEBE
Complementary color
Monochromatic Colors of #02FEBE
Black with #02FEBE
Text Example
Text Example
White with #02FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FEBE; }
p { color: rgb(2,254,190); }
H1.HeaderClassName
{
color: #02FEBE;
}
.AnyTagClassName
{
color: #02FEBE;
}
</style>
background-color css
<style>
a { background-color: #02FEBE; }
a { background-color: rgb(2,254,190); }
div.DivClassName
{
background-color: #02FEBE;
}
.BgClassName
{
background-color: #02FEBE;
}
</style>
border-color css
<style>
span { border-color: #02FEBE; }
span { border-color: rgb(2,254,190); }
td.TdClassName
{
border-color: #02FEBE;
}
.TagClassName
{
border-color: #02FEBE;
}
</style>