Shades of Spring Green #02F983
Tints of Spring Green #02F983
RGB
CMYK
RGB Variations
Color information
#02F983 (or 0x02F983) is known color: Spring Green. HEX triplet: 02, F9 and 83. RGB value is (2,249,131). Sum of RGB (Red+Green+Blue) = 2+249+131=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 249 (97.66% from 255 or 65.18% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 249 - color contains mainly: green. Hex color #02F983 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F983 is #FD067C. Grayscale: #A1A1A1. Windows color (decimal): -16582269 or 8648962. OLE color: 8648962.
HSL color Cylindrical-coordinate representation of color #02F983: hue angle of 151.34º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F983 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 249 | 131 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.02 |
| HSL | 151.34º | 0.98% | 0.49% | - |
| HSV(B) | 151.34º | 0.99% | 0.98% | - |
| XYZ | 38 | 69.4 | 32.87 | - |
| YUV | 161.7 | 110.67 | 14.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 249 | 131 | 0.99 | 0 | 0.47 | 0.02 | 151.34 | 0.98 | 0.49 |
| Hex | 2 | F9 | 83 | 63 | 0 | 2F | 2 | 97 | 62 | 31 |
| Octal | 2 | 371 | 203 | 143 | 0 | 57 | 2 | 227 | 142 | 61 |
| Binary | 10 | 11111001 | 10000011 | 1100011 | 0 | 101111 | 10 | 10010111 | 1100010 | 110001 |
Color Harmonies of #02F983
Complementary color
Monochromatic Colors of #02F983
Black with #02F983
Text Example
Text Example
White with #02F983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F983; }
p { color: rgb(2,249,131); }
H1.HeaderClassName
{
color: #02F983;
}
.AnyTagClassName
{
color: #02F983;
}
</style>
background-color css
<style>
a { background-color: #02F983; }
a { background-color: rgb(2,249,131); }
div.DivClassName
{
background-color: #02F983;
}
.BgClassName
{
background-color: #02F983;
}
</style>
border-color css
<style>
span { border-color: #02F983; }
span { border-color: rgb(2,249,131); }
td.TdClassName
{
border-color: #02F983;
}
.TagClassName
{
border-color: #02F983;
}
</style>