Shades of Spring Green #02FB8B
Tints of Spring Green #02FB8B
RGB
CMYK
RGB Variations
Color information
#02FB8B (or 0x02FB8B) is known color: Spring Green. HEX triplet: 02, FB and 8B. RGB value is (2,251,139). Sum of RGB (Red+Green+Blue) = 2+251+139=392 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 392); Green value is 251 (98.44% from 255 or 64.03% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 251 - color contains mainly: green. Hex color #02FB8B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FB8B is #FD0474. Grayscale: #A3A3A3. Windows color (decimal): -16581749 or 9173762. OLE color: 9173762.
HSL color Cylindrical-coordinate representation of color #02FB8B: hue angle of 153.01º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FB8B is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 251 | 139 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.02 |
| HSL | 153.01º | 0.98% | 0.5% | - |
| HSV(B) | 153.01º | 0.99% | 0.98% | - |
| XYZ | 39.18 | 70.87 | 36.04 | - |
| YUV | 163.78 | 114.01 | 12.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 251 | 139 | 0.99 | 0 | 0.45 | 0.02 | 153.01 | 0.98 | 0.5 |
| Hex | 2 | FB | 8B | 63 | 0 | 2D | 2 | 99 | 62 | 32 |
| Octal | 2 | 373 | 213 | 143 | 0 | 55 | 2 | 231 | 142 | 62 |
| Binary | 10 | 11111011 | 10001011 | 1100011 | 0 | 101101 | 10 | 10011001 | 1100010 | 110010 |
Color Harmonies of #02FB8B
Complementary color
Monochromatic Colors of #02FB8B
Black with #02FB8B
Text Example
Text Example
White with #02FB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FB8B; }
p { color: rgb(2,251,139); }
H1.HeaderClassName
{
color: #02FB8B;
}
.AnyTagClassName
{
color: #02FB8B;
}
</style>
background-color css
<style>
a { background-color: #02FB8B; }
a { background-color: rgb(2,251,139); }
div.DivClassName
{
background-color: #02FB8B;
}
.BgClassName
{
background-color: #02FB8B;
}
</style>
border-color css
<style>
span { border-color: #02FB8B; }
span { border-color: rgb(2,251,139); }
td.TdClassName
{
border-color: #02FB8B;
}
.TagClassName
{
border-color: #02FB8B;
}
</style>