Shades of Spring Green #02F073
Tints of Spring Green #02F073
RGB
CMYK
RGB Variations
Color information
#02F073 (or 0x02F073) is known color: Spring Green. HEX triplet: 02, F0 and 73. RGB value is (2,240,115). Sum of RGB (Red+Green+Blue) = 2+240+115=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 240 (94.14% from 255 or 67.23% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 240 - color contains mainly: green. Hex color #02F073 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F073 is #FD0F8C. Grayscale: #9A9A9A. Windows color (decimal): -16584589 or 7598082. OLE color: 7598082.
HSL color Cylindrical-coordinate representation of color #02F073: hue angle of 148.49º 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 #02F073 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 240 | 115 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.06 |
| HSL | 148.49º | 0.98% | 0.47% | - |
| HSV(B) | 148.49º | 0.99% | 0.94% | - |
| XYZ | 34.28 | 63.57 | 26.68 | - |
| YUV | 154.59 | 105.65 | 19.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 240 | 115 | 0.99 | 0 | 0.52 | 0.06 | 148.49 | 0.98 | 0.47 |
| Hex | 2 | F0 | 73 | 63 | 0 | 34 | 6 | 94 | 62 | 2F |
| Octal | 2 | 360 | 163 | 143 | 0 | 64 | 6 | 224 | 142 | 57 |
| Binary | 10 | 11110000 | 1110011 | 1100011 | 0 | 110100 | 110 | 10010100 | 1100010 | 101111 |
Color Harmonies of #02F073
Complementary color
Monochromatic Colors of #02F073
Black with #02F073
Text Example
Text Example
White with #02F073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F073; }
p { color: rgb(2,240,115); }
H1.HeaderClassName
{
color: #02F073;
}
.AnyTagClassName
{
color: #02F073;
}
</style>
background-color css
<style>
a { background-color: #02F073; }
a { background-color: rgb(2,240,115); }
div.DivClassName
{
background-color: #02F073;
}
.BgClassName
{
background-color: #02F073;
}
</style>
border-color css
<style>
span { border-color: #02F073; }
span { border-color: rgb(2,240,115); }
td.TdClassName
{
border-color: #02F073;
}
.TagClassName
{
border-color: #02F073;
}
</style>