Shades of Spring Green #02F184
Tints of Spring Green #02F184
RGB
CMYK
RGB Variations
Color information
#02F184 (or 0x02F184) is known color: Spring Green. HEX triplet: 02, F1 and 84. RGB value is (2,241,132). Sum of RGB (Red+Green+Blue) = 2+241+132=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 241 (94.53% from 255 or 64.27% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 241 - color contains mainly: green. Hex color #02F184 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F184 is #FD0E7B. Grayscale: #9D9D9D. Windows color (decimal): -16584316 or 8712450. OLE color: 8712450.
HSL color Cylindrical-coordinate representation of color #02F184: hue angle of 152.64º 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 #02F184 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 241 | 132 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.05 |
| HSL | 152.64º | 0.98% | 0.48% | - |
| HSV(B) | 152.64º | 0.99% | 0.95% | - |
| XYZ | 35.65 | 64.59 | 32.42 | - |
| YUV | 157.11 | 113.82 | 17.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 241 | 132 | 0.99 | 0 | 0.45 | 0.05 | 152.64 | 0.98 | 0.48 |
| Hex | 2 | F1 | 84 | 63 | 0 | 2D | 5 | 99 | 62 | 30 |
| Octal | 2 | 361 | 204 | 143 | 0 | 55 | 5 | 231 | 142 | 60 |
| Binary | 10 | 11110001 | 10000100 | 1100011 | 0 | 101101 | 101 | 10011001 | 1100010 | 110000 |
Color Harmonies of #02F184
Complementary color
Monochromatic Colors of #02F184
Black with #02F184
Text Example
Text Example
White with #02F184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F184; }
p { color: rgb(2,241,132); }
H1.HeaderClassName
{
color: #02F184;
}
.AnyTagClassName
{
color: #02F184;
}
</style>
background-color css
<style>
a { background-color: #02F184; }
a { background-color: rgb(2,241,132); }
div.DivClassName
{
background-color: #02F184;
}
.BgClassName
{
background-color: #02F184;
}
</style>
border-color css
<style>
span { border-color: #02F184; }
span { border-color: rgb(2,241,132); }
td.TdClassName
{
border-color: #02F184;
}
.TagClassName
{
border-color: #02F184;
}
</style>