Shades of Spring Green #02F28A
Tints of Spring Green #02F28A
RGB
CMYK
RGB Variations
Color information
#02F28A (or 0x02F28A) is known color: Spring Green. HEX triplet: 02, F2 and 8A. RGB value is (2,242,138). Sum of RGB (Red+Green+Blue) = 2+242+138=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 242 (94.92% from 255 or 63.35% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 242 - color contains mainly: green. Hex color #02F28A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F28A is #FD0D75. Grayscale: #9E9E9E. Windows color (decimal): -16584054 or 9105922. OLE color: 9105922.
HSL color Cylindrical-coordinate representation of color #02F28A: hue angle of 154º 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 #02F28A is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 242 | 138 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.05 |
| HSL | 154º | 0.98% | 0.48% | - |
| HSV(B) | 154º | 0.99% | 0.95% | - |
| XYZ | 36.36 | 65.35 | 34.74 | - |
| YUV | 158.38 | 116.49 | 16.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 242 | 138 | 0.99 | 0 | 0.43 | 0.05 | 154 | 0.98 | 0.48 |
| Hex | 2 | F2 | 8A | 63 | 0 | 2B | 5 | 9A | 62 | 30 |
| Octal | 2 | 362 | 212 | 143 | 0 | 53 | 5 | 232 | 142 | 60 |
| Binary | 10 | 11110010 | 10001010 | 1100011 | 0 | 101011 | 101 | 10011010 | 1100010 | 110000 |
Color Harmonies of #02F28A
Complementary color
Monochromatic Colors of #02F28A
Black with #02F28A
Text Example
Text Example
White with #02F28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F28A; }
p { color: rgb(2,242,138); }
H1.HeaderClassName
{
color: #02F28A;
}
.AnyTagClassName
{
color: #02F28A;
}
</style>
background-color css
<style>
a { background-color: #02F28A; }
a { background-color: rgb(2,242,138); }
div.DivClassName
{
background-color: #02F28A;
}
.BgClassName
{
background-color: #02F28A;
}
</style>
border-color css
<style>
span { border-color: #02F28A; }
span { border-color: rgb(2,242,138); }
td.TdClassName
{
border-color: #02F28A;
}
.TagClassName
{
border-color: #02F28A;
}
</style>