Shades of Spring Green #02F781
Tints of Spring Green #02F781
RGB
CMYK
RGB Variations
Color information
#02F781 (or 0x02F781) is known color: Spring Green. HEX triplet: 02, F7 and 81. RGB value is (2,247,129). Sum of RGB (Red+Green+Blue) = 2+247+129=378 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 378); Green value is 247 (96.88% from 255 or 65.34% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 247 - color contains mainly: green. Hex color #02F781 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F781 is #FD087E. Grayscale: #A0A0A0. Windows color (decimal): -16582783 or 8517378. OLE color: 8517378.
HSL color Cylindrical-coordinate representation of color #02F781: hue angle of 151.1º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F781 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 2 | 247 | 129 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.03 |
| HSL | 151.1º | 0.98% | 0.49% | - |
| HSV(B) | 151.1º | 0.99% | 0.97% | - |
| XYZ | 37.25 | 68.12 | 31.95 | - |
| YUV | 160.29 | 110.33 | 15.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 247 | 129 | 0.99 | 0 | 0.48 | 0.03 | 151.1 | 0.98 | 0.49 |
| Hex | 2 | F7 | 81 | 63 | 0 | 30 | 3 | 97 | 62 | 31 |
| Octal | 2 | 367 | 201 | 143 | 0 | 60 | 3 | 227 | 142 | 61 |
| Binary | 10 | 11110111 | 10000001 | 1100011 | 0 | 110000 | 11 | 10010111 | 1100010 | 110001 |
Color Harmonies of #02F781
Complementary color
Monochromatic Colors of #02F781
Black with #02F781
Text Example
Text Example
White with #02F781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F781; }
p { color: rgb(2,247,129); }
H1.HeaderClassName
{
color: #02F781;
}
.AnyTagClassName
{
color: #02F781;
}
</style>
background-color css
<style>
a { background-color: #02F781; }
a { background-color: rgb(2,247,129); }
div.DivClassName
{
background-color: #02F781;
}
.BgClassName
{
background-color: #02F781;
}
</style>
border-color css
<style>
span { border-color: #02F781; }
span { border-color: rgb(2,247,129); }
td.TdClassName
{
border-color: #02F781;
}
.TagClassName
{
border-color: #02F781;
}
</style>