Shades of Spring Green #02F078
Tints of Spring Green #02F078
RGB
CMYK
RGB Variations
Color information
#02F078 (or 0x02F078) is known color: Spring Green. HEX triplet: 02, F0 and 78. RGB value is (2,240,120). Sum of RGB (Red+Green+Blue) = 2+240+120=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 240 (94.14% from 255 or 66.30% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 240 - color contains mainly: green. Hex color #02F078 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F078 is #FD0F87. Grayscale: #9B9B9B. Windows color (decimal): -16584584 or 7925762. OLE color: 7925762.
HSL color Cylindrical-coordinate representation of color #02F078: hue angle of 149.75º 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 #02F078 is Cyan = 0.99, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 240 | 120 | - |
| CMYK | 0.99 | 0 | 0.5 | 0.06 |
| HSL | 149.75º | 0.98% | 0.47% | - |
| HSV(B) | 149.75º | 0.99% | 0.94% | - |
| XYZ | 34.58 | 63.69 | 28.24 | - |
| YUV | 155.16 | 108.15 | 18.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 240 | 120 | 0.99 | 0 | 0.5 | 0.06 | 149.75 | 0.98 | 0.47 |
| Hex | 2 | F0 | 78 | 63 | 0 | 32 | 6 | 96 | 62 | 2F |
| Octal | 2 | 360 | 170 | 143 | 0 | 62 | 6 | 226 | 142 | 57 |
| Binary | 10 | 11110000 | 1111000 | 1100011 | 0 | 110010 | 110 | 10010110 | 1100010 | 101111 |
Color Harmonies of #02F078
Complementary color
Monochromatic Colors of #02F078
Black with #02F078
Text Example
Text Example
White with #02F078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F078; }
p { color: rgb(2,240,120); }
H1.HeaderClassName
{
color: #02F078;
}
.AnyTagClassName
{
color: #02F078;
}
</style>
background-color css
<style>
a { background-color: #02F078; }
a { background-color: rgb(2,240,120); }
div.DivClassName
{
background-color: #02F078;
}
.BgClassName
{
background-color: #02F078;
}
</style>
border-color css
<style>
span { border-color: #02F078; }
span { border-color: rgb(2,240,120); }
td.TdClassName
{
border-color: #02F078;
}
.TagClassName
{
border-color: #02F078;
}
</style>