Shades of Spring Green #02F376
Tints of Spring Green #02F376
RGB
CMYK
RGB Variations
Color information
#02F376 (or 0x02F376) is known color: Spring Green. HEX triplet: 02, F3 and 76. RGB value is (2,243,118). Sum of RGB (Red+Green+Blue) = 2+243+118=363 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 363); Green value is 243 (95.31% from 255 or 66.94% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 243 - color contains mainly: green. Hex color #02F376 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F376 is #FD0C89. Grayscale: #9C9C9C. Windows color (decimal): -16583818 or 7795458. OLE color: 7795458.
HSL color Cylindrical-coordinate representation of color #02F376: hue angle of 148.88º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F376 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 243 | 118 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.05 |
| HSL | 148.88º | 0.98% | 0.48% | - |
| HSV(B) | 148.88º | 0.99% | 0.95% | - |
| XYZ | 35.35 | 65.42 | 27.9 | - |
| YUV | 156.69 | 106.16 | 17.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 243 | 118 | 0.99 | 0 | 0.51 | 0.05 | 148.88 | 0.98 | 0.48 |
| Hex | 2 | F3 | 76 | 63 | 0 | 33 | 5 | 95 | 62 | 30 |
| Octal | 2 | 363 | 166 | 143 | 0 | 63 | 5 | 225 | 142 | 60 |
| Binary | 10 | 11110011 | 1110110 | 1100011 | 0 | 110011 | 101 | 10010101 | 1100010 | 110000 |
Color Harmonies of #02F376
Complementary color
Monochromatic Colors of #02F376
Black with #02F376
Text Example
Text Example
White with #02F376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F376; }
p { color: rgb(2,243,118); }
H1.HeaderClassName
{
color: #02F376;
}
.AnyTagClassName
{
color: #02F376;
}
</style>
background-color css
<style>
a { background-color: #02F376; }
a { background-color: rgb(2,243,118); }
div.DivClassName
{
background-color: #02F376;
}
.BgClassName
{
background-color: #02F376;
}
</style>
border-color css
<style>
span { border-color: #02F376; }
span { border-color: rgb(2,243,118); }
td.TdClassName
{
border-color: #02F376;
}
.TagClassName
{
border-color: #02F376;
}
</style>