Shades of Spring Green #02FD74
Tints of Spring Green #02FD74
RGB
CMYK
RGB Variations
Color information
#02FD74 (or 0x02FD74) is known color: Spring Green. HEX triplet: 02, FD and 74. RGB value is (2,253,116). Sum of RGB (Red+Green+Blue) = 2+253+116=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 253 (99.22% from 255 or 68.19% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 253 - color contains mainly: green. Hex color #02FD74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FD74 is #FD028B. Grayscale: #A2A2A2. Windows color (decimal): -16581260 or 7666946. OLE color: 7666946.
HSL color Cylindrical-coordinate representation of color #02FD74: hue angle of 147.25º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FD74 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 253 | 116 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.01 |
| HSL | 147.25º | 0.98% | 0.5% | - |
| HSV(B) | 147.25º | 0.99% | 0.99% | - |
| XYZ | 38.3 | 71.52 | 28.31 | - |
| YUV | 162.33 | 101.84 | 13.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 253 | 116 | 0.99 | 0 | 0.54 | 0.01 | 147.25 | 0.98 | 0.5 |
| Hex | 2 | FD | 74 | 63 | 0 | 36 | 1 | 93 | 62 | 32 |
| Octal | 2 | 375 | 164 | 143 | 0 | 66 | 1 | 223 | 142 | 62 |
| Binary | 10 | 11111101 | 1110100 | 1100011 | 0 | 110110 | 1 | 10010011 | 1100010 | 110010 |
Color Harmonies of #02FD74
Complementary color
Monochromatic Colors of #02FD74
Black with #02FD74
Text Example
Text Example
White with #02FD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FD74; }
p { color: rgb(2,253,116); }
H1.HeaderClassName
{
color: #02FD74;
}
.AnyTagClassName
{
color: #02FD74;
}
</style>
background-color css
<style>
a { background-color: #02FD74; }
a { background-color: rgb(2,253,116); }
div.DivClassName
{
background-color: #02FD74;
}
.BgClassName
{
background-color: #02FD74;
}
</style>
border-color css
<style>
span { border-color: #02FD74; }
span { border-color: rgb(2,253,116); }
td.TdClassName
{
border-color: #02FD74;
}
.TagClassName
{
border-color: #02FD74;
}
</style>