Shades of Spring Green #02F363
Tints of Spring Green #02F363
RGB
CMYK
RGB Variations
Color information
#02F363 (or 0x02F363) is known color: Spring Green. HEX triplet: 02, F3 and 63. RGB value is (2,243,99). Sum of RGB (Red+Green+Blue) = 2+243+99=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 243 (95.31% from 255 or 70.64% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 243 - color contains mainly: green. Hex color #02F363 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F363 is #FD0C9C. Grayscale: #9A9A9A. Windows color (decimal): -16583837 or 6550274. OLE color: 6550274.
HSL color Cylindrical-coordinate representation of color #02F363: hue angle of 144.15º 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 #02F363 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 243 | 99 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.05 |
| HSL | 144.15º | 0.98% | 0.48% | - |
| HSV(B) | 144.15º | 0.99% | 0.95% | - |
| XYZ | 34.33 | 65.01 | 22.54 | - |
| YUV | 154.53 | 96.66 | 19.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 243 | 99 | 0.99 | 0 | 0.59 | 0.05 | 144.15 | 0.98 | 0.48 |
| Hex | 2 | F3 | 63 | 63 | 0 | 3B | 5 | 90 | 62 | 30 |
| Octal | 2 | 363 | 143 | 143 | 0 | 73 | 5 | 220 | 142 | 60 |
| Binary | 10 | 11110011 | 1100011 | 1100011 | 0 | 111011 | 101 | 10010000 | 1100010 | 110000 |
Color Harmonies of #02F363
Complementary color
Monochromatic Colors of #02F363
Black with #02F363
Text Example
Text Example
White with #02F363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F363; }
p { color: rgb(2,243,99); }
H1.HeaderClassName
{
color: #02F363;
}
.AnyTagClassName
{
color: #02F363;
}
</style>
background-color css
<style>
a { background-color: #02F363; }
a { background-color: rgb(2,243,99); }
div.DivClassName
{
background-color: #02F363;
}
.BgClassName
{
background-color: #02F363;
}
</style>
border-color css
<style>
span { border-color: #02F363; }
span { border-color: rgb(2,243,99); }
td.TdClassName
{
border-color: #02F363;
}
.TagClassName
{
border-color: #02F363;
}
</style>