Shades of Spring Green #02F265
Tints of Spring Green #02F265
RGB
CMYK
RGB Variations
Color information
#02F265 (or 0x02F265) is known color: Spring Green. HEX triplet: 02, F2 and 65. RGB value is (2,242,101). Sum of RGB (Red+Green+Blue) = 2+242+101=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 242 (94.92% from 255 or 70.14% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 242 - color contains mainly: green. Hex color #02F265 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F265 is #FD0D9A. Grayscale: #9A9A9A. Windows color (decimal): -16584091 or 6681090. OLE color: 6681090.
HSL color Cylindrical-coordinate representation of color #02F265: hue angle of 144.75º 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 #02F265 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 242 | 101 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.05 |
| HSL | 144.75º | 0.98% | 0.48% | - |
| HSV(B) | 144.75º | 0.99% | 0.95% | - |
| XYZ | 34.13 | 64.46 | 22.95 | - |
| YUV | 154.17 | 97.99 | 19.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 242 | 101 | 0.99 | 0 | 0.58 | 0.05 | 144.75 | 0.98 | 0.48 |
| Hex | 2 | F2 | 65 | 63 | 0 | 3A | 5 | 91 | 62 | 30 |
| Octal | 2 | 362 | 145 | 143 | 0 | 72 | 5 | 221 | 142 | 60 |
| Binary | 10 | 11110010 | 1100101 | 1100011 | 0 | 111010 | 101 | 10010001 | 1100010 | 110000 |
Color Harmonies of #02F265
Complementary color
Monochromatic Colors of #02F265
Black with #02F265
Text Example
Text Example
White with #02F265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F265; }
p { color: rgb(2,242,101); }
H1.HeaderClassName
{
color: #02F265;
}
.AnyTagClassName
{
color: #02F265;
}
</style>
background-color css
<style>
a { background-color: #02F265; }
a { background-color: rgb(2,242,101); }
div.DivClassName
{
background-color: #02F265;
}
.BgClassName
{
background-color: #02F265;
}
</style>
border-color css
<style>
span { border-color: #02F265; }
span { border-color: rgb(2,242,101); }
td.TdClassName
{
border-color: #02F265;
}
.TagClassName
{
border-color: #02F265;
}
</style>