Shades of Spring Green #02DF7E
Tints of Spring Green #02DF7E
RGB
CMYK
RGB Variations
Color information
#02DF7E (or 0x02DF7E) is known color: Spring Green. HEX triplet: 02, DF and 7E. RGB value is (2,223,126). Sum of RGB (Red+Green+Blue) = 2+223+126=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 223 (87.5% from 255 or 63.53% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DF7E is #FD2081. Grayscale: #929292. Windows color (decimal): -16588930 or 8314626. OLE color: 8314626.
HSL color Cylindrical-coordinate representation of color #02DF7E: hue angle of 153.67º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DF7E is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 126 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.13 |
| HSL | 153.67º | 0.98% | 0.44% | - |
| HSV(B) | 153.67º | 0.99% | 0.87% | - |
| XYZ | 30.18 | 54.29 | 28.63 | - |
| YUV | 145.86 | 116.78 | 25.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 126 | 0.99 | 0 | 0.43 | 0.13 | 153.67 | 0.98 | 0.44 |
| Hex | 2 | DF | 7E | 63 | 0 | 2B | D | 9A | 62 | 2C |
| Octal | 2 | 337 | 176 | 143 | 0 | 53 | 15 | 232 | 142 | 54 |
| Binary | 10 | 11011111 | 1111110 | 1100011 | 0 | 101011 | 1101 | 10011010 | 1100010 | 101100 |
Color Harmonies of #02DF7E
Complementary color
Monochromatic Colors of #02DF7E
Black with #02DF7E
Text Example
Text Example
White with #02DF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF7E; }
p { color: rgb(2,223,126); }
H1.HeaderClassName
{
color: #02DF7E;
}
.AnyTagClassName
{
color: #02DF7E;
}
</style>
background-color css
<style>
a { background-color: #02DF7E; }
a { background-color: rgb(2,223,126); }
div.DivClassName
{
background-color: #02DF7E;
}
.BgClassName
{
background-color: #02DF7E;
}
</style>
border-color css
<style>
span { border-color: #02DF7E; }
span { border-color: rgb(2,223,126); }
td.TdClassName
{
border-color: #02DF7E;
}
.TagClassName
{
border-color: #02DF7E;
}
</style>