Shades of Spring Green #02EF73
Tints of Spring Green #02EF73
RGB
CMYK
RGB Variations
Color information
#02EF73 (or 0x02EF73) is known color: Spring Green. HEX triplet: 02, EF and 73. RGB value is (2,239,115). Sum of RGB (Red+Green+Blue) = 2+239+115=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 239 (93.75% from 255 or 67.13% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 239 - color contains mainly: green. Hex color #02EF73 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EF73 is #FD108C. Grayscale: #9A9A9A. Windows color (decimal): -16584845 or 7597826. OLE color: 7597826.
HSL color Cylindrical-coordinate representation of color #02EF73: hue angle of 148.61º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EF73 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 239 | 115 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.06 |
| HSL | 148.61º | 0.98% | 0.47% | - |
| HSV(B) | 148.61º | 0.99% | 0.94% | - |
| XYZ | 33.99 | 62.98 | 26.59 | - |
| YUV | 154 | 105.98 | 19.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 239 | 115 | 0.99 | 0 | 0.52 | 0.06 | 148.61 | 0.98 | 0.47 |
| Hex | 2 | EF | 73 | 63 | 0 | 34 | 6 | 95 | 62 | 2F |
| Octal | 2 | 357 | 163 | 143 | 0 | 64 | 6 | 225 | 142 | 57 |
| Binary | 10 | 11101111 | 1110011 | 1100011 | 0 | 110100 | 110 | 10010101 | 1100010 | 101111 |
Color Harmonies of #02EF73
Complementary color
Monochromatic Colors of #02EF73
Black with #02EF73
Text Example
Text Example
White with #02EF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EF73; }
p { color: rgb(2,239,115); }
H1.HeaderClassName
{
color: #02EF73;
}
.AnyTagClassName
{
color: #02EF73;
}
</style>
background-color css
<style>
a { background-color: #02EF73; }
a { background-color: rgb(2,239,115); }
div.DivClassName
{
background-color: #02EF73;
}
.BgClassName
{
background-color: #02EF73;
}
</style>
border-color css
<style>
span { border-color: #02EF73; }
span { border-color: rgb(2,239,115); }
td.TdClassName
{
border-color: #02EF73;
}
.TagClassName
{
border-color: #02EF73;
}
</style>