Shades of Spring Green #02F389
Tints of Spring Green #02F389
RGB
CMYK
RGB Variations
Color information
#02F389 (or 0x02F389) is known color: Spring Green. HEX triplet: 02, F3 and 89. RGB value is (2,243,137). Sum of RGB (Red+Green+Blue) = 2+243+137=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 243 (95.31% from 255 or 63.61% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 243 - color contains mainly: green. Hex color #02F389 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F389 is #FD0C76. Grayscale: #9F9F9F. Windows color (decimal): -16583799 or 9040642. OLE color: 9040642.
HSL color Cylindrical-coordinate representation of color #02F389: hue angle of 153.61º 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 #02F389 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 243 | 137 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.05 |
| HSL | 153.61º | 0.98% | 0.48% | - |
| HSV(B) | 153.61º | 0.99% | 0.95% | - |
| XYZ | 36.59 | 65.92 | 34.46 | - |
| YUV | 158.86 | 115.66 | 16.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 243 | 137 | 0.99 | 0 | 0.44 | 0.05 | 153.61 | 0.98 | 0.48 |
| Hex | 2 | F3 | 89 | 63 | 0 | 2C | 5 | 9A | 62 | 30 |
| Octal | 2 | 363 | 211 | 143 | 0 | 54 | 5 | 232 | 142 | 60 |
| Binary | 10 | 11110011 | 10001001 | 1100011 | 0 | 101100 | 101 | 10011010 | 1100010 | 110000 |
Color Harmonies of #02F389
Complementary color
Monochromatic Colors of #02F389
Black with #02F389
Text Example
Text Example
White with #02F389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F389; }
p { color: rgb(2,243,137); }
H1.HeaderClassName
{
color: #02F389;
}
.AnyTagClassName
{
color: #02F389;
}
</style>
background-color css
<style>
a { background-color: #02F389; }
a { background-color: rgb(2,243,137); }
div.DivClassName
{
background-color: #02F389;
}
.BgClassName
{
background-color: #02F389;
}
</style>
border-color css
<style>
span { border-color: #02F389; }
span { border-color: rgb(2,243,137); }
td.TdClassName
{
border-color: #02F389;
}
.TagClassName
{
border-color: #02F389;
}
</style>