Shades of Spring Green #02FE5B
Tints of Spring Green #02FE5B
RGB
CMYK
RGB Variations
Color information
#02FE5B (or 0x02FE5B) is known color: Spring Green. HEX triplet: 02, FE and 5B. RGB value is (2,254,91). Sum of RGB (Red+Green+Blue) = 2+254+91=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 254 (99.61% from 255 or 73.20% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 254 - color contains mainly: green. Hex color #02FE5B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FE5B is #FD01A4. Grayscale: #A0A0A0. Windows color (decimal): -16581029 or 6028802. OLE color: 6028802.
HSL color Cylindrical-coordinate representation of color #02FE5B: hue angle of 141.19º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FE5B is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 91 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.00 |
| HSL | 141.19º | 0.99% | 0.5% | - |
| HSV(B) | 141.19º | 0.99% | 1% | - |
| XYZ | 37.36 | 71.65 | 21.76 | - |
| YUV | 160.07 | 89.01 | 15.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 91 | 0.99 | 0 | 0.64 | 0.00 | 141.19 | 0.99 | 0.5 |
| Hex | 2 | FE | 5B | 63 | 0 | 40 | 0 | 8D | 63 | 32 |
| Octal | 2 | 376 | 133 | 143 | 0 | 100 | 0 | 215 | 143 | 62 |
| Binary | 10 | 11111110 | 1011011 | 1100011 | 0 | 1000000 | 0 | 10001101 | 1100011 | 110010 |
Color Harmonies of #02FE5B
Complementary color
Monochromatic Colors of #02FE5B
Black with #02FE5B
Text Example
Text Example
White with #02FE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FE5B; }
p { color: rgb(2,254,91); }
H1.HeaderClassName
{
color: #02FE5B;
}
.AnyTagClassName
{
color: #02FE5B;
}
</style>
background-color css
<style>
a { background-color: #02FE5B; }
a { background-color: rgb(2,254,91); }
div.DivClassName
{
background-color: #02FE5B;
}
.BgClassName
{
background-color: #02FE5B;
}
</style>
border-color css
<style>
span { border-color: #02FE5B; }
span { border-color: rgb(2,254,91); }
td.TdClassName
{
border-color: #02FE5B;
}
.TagClassName
{
border-color: #02FE5B;
}
</style>