Shades of Spring Green #02E974
Tints of Spring Green #02E974
RGB
CMYK
RGB Variations
Color information
#02E974 (or 0x02E974) is known color: Spring Green. HEX triplet: 02, E9 and 74. RGB value is (2,233,116). Sum of RGB (Red+Green+Blue) = 2+233+116=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 233 (91.41% from 255 or 66.38% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 233 - color contains mainly: green. Hex color #02E974 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E974 is #FD168B. Grayscale: #969696. Windows color (decimal): -16586380 or 7661826. OLE color: 7661826.
HSL color Cylindrical-coordinate representation of color #02E974: hue angle of 149.61º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E974 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 233 | 116 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.09 |
| HSL | 149.61º | 0.98% | 0.46% | - |
| HSV(B) | 149.61º | 0.99% | 0.91% | - |
| XYZ | 32.32 | 59.55 | 26.31 | - |
| YUV | 150.59 | 108.47 | 22.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 233 | 116 | 0.99 | 0 | 0.50 | 0.09 | 149.61 | 0.98 | 0.46 |
| Hex | 2 | E9 | 74 | 63 | 0 | 32 | 9 | 96 | 62 | 2E |
| Octal | 2 | 351 | 164 | 143 | 0 | 62 | 11 | 226 | 142 | 56 |
| Binary | 10 | 11101001 | 1110100 | 1100011 | 0 | 110010 | 1001 | 10010110 | 1100010 | 101110 |
Color Harmonies of #02E974
Complementary color
Monochromatic Colors of #02E974
Black with #02E974
Text Example
Text Example
White with #02E974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E974; }
p { color: rgb(2,233,116); }
H1.HeaderClassName
{
color: #02E974;
}
.AnyTagClassName
{
color: #02E974;
}
</style>
background-color css
<style>
a { background-color: #02E974; }
a { background-color: rgb(2,233,116); }
div.DivClassName
{
background-color: #02E974;
}
.BgClassName
{
background-color: #02E974;
}
</style>
border-color css
<style>
span { border-color: #02E974; }
span { border-color: rgb(2,233,116); }
td.TdClassName
{
border-color: #02E974;
}
.TagClassName
{
border-color: #02E974;
}
</style>