Shades of Spring Green #02EE6B
Tints of Spring Green #02EE6B
RGB
CMYK
RGB Variations
Color information
#02EE6B (or 0x02EE6B) is known color: Spring Green. HEX triplet: 02, EE and 6B. RGB value is (2,238,107). Sum of RGB (Red+Green+Blue) = 2+238+107=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 238 (93.36% from 255 or 68.59% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 238 - color contains mainly: green. Hex color #02EE6B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EE6B is #FD1194. Grayscale: #989898. Windows color (decimal): -16585109 or 7073282. OLE color: 7073282.
HSL color Cylindrical-coordinate representation of color #02EE6B: hue angle of 146.69º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EE6B is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 238 | 107 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.07 |
| HSL | 146.69º | 0.98% | 0.47% | - |
| HSV(B) | 146.69º | 0.99% | 0.93% | - |
| XYZ | 33.25 | 62.22 | 24.17 | - |
| YUV | 152.5 | 102.31 | 20.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 238 | 107 | 0.99 | 0 | 0.55 | 0.07 | 146.69 | 0.98 | 0.47 |
| Hex | 2 | EE | 6B | 63 | 0 | 37 | 7 | 93 | 62 | 2F |
| Octal | 2 | 356 | 153 | 143 | 0 | 67 | 7 | 223 | 142 | 57 |
| Binary | 10 | 11101110 | 1101011 | 1100011 | 0 | 110111 | 111 | 10010011 | 1100010 | 101111 |
Color Harmonies of #02EE6B
Complementary color
Monochromatic Colors of #02EE6B
Black with #02EE6B
Text Example
Text Example
White with #02EE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EE6B; }
p { color: rgb(2,238,107); }
H1.HeaderClassName
{
color: #02EE6B;
}
.AnyTagClassName
{
color: #02EE6B;
}
</style>
background-color css
<style>
a { background-color: #02EE6B; }
a { background-color: rgb(2,238,107); }
div.DivClassName
{
background-color: #02EE6B;
}
.BgClassName
{
background-color: #02EE6B;
}
</style>
border-color css
<style>
span { border-color: #02EE6B; }
span { border-color: rgb(2,238,107); }
td.TdClassName
{
border-color: #02EE6B;
}
.TagClassName
{
border-color: #02EE6B;
}
</style>