Shades of Caribbean Green #02E3A1
Tints of Caribbean Green #02E3A1
RGB
CMYK
RGB Variations
Color information
#02E3A1 (or 0x02E3A1) is known color: Caribbean Green. HEX triplet: 02, E3 and A1. RGB value is (2,227,161). Sum of RGB (Red+Green+Blue) = 2+227+161=390 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 390); Green value is 227 (89.06% from 255 or 58.21% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 227 - color contains mainly: green. Hex color #02E3A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E3A1 is #FD1C5E. Grayscale: #989898. Windows color (decimal): -16587871 or 10609410. OLE color: 10609410.
HSL color Cylindrical-coordinate representation of color #02E3A1: hue angle of 162.4º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E3A1 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 227 | 161 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.11 |
| HSL | 162.4º | 0.98% | 0.45% | - |
| HSV(B) | 162.4º | 0.99% | 0.89% | - |
| XYZ | 33.93 | 57.52 | 43.03 | - |
| YUV | 152.2 | 132.96 | 20.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 227 | 161 | 0.99 | 0 | 0.29 | 0.11 | 162.4 | 0.98 | 0.45 |
| Hex | 2 | E3 | A1 | 63 | 0 | 1D | B | A2 | 62 | 2D |
| Octal | 2 | 343 | 241 | 143 | 0 | 35 | 13 | 242 | 142 | 55 |
| Binary | 10 | 11100011 | 10100001 | 1100011 | 0 | 11101 | 1011 | 10100010 | 1100010 | 101101 |
Color Harmonies of #02E3A1
Complementary color
Monochromatic Colors of #02E3A1
Black with #02E3A1
Text Example
Text Example
White with #02E3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E3A1; }
p { color: rgb(2,227,161); }
H1.HeaderClassName
{
color: #02E3A1;
}
.AnyTagClassName
{
color: #02E3A1;
}
</style>
background-color css
<style>
a { background-color: #02E3A1; }
a { background-color: rgb(2,227,161); }
div.DivClassName
{
background-color: #02E3A1;
}
.BgClassName
{
background-color: #02E3A1;
}
</style>
border-color css
<style>
span { border-color: #02E3A1; }
span { border-color: rgb(2,227,161); }
td.TdClassName
{
border-color: #02E3A1;
}
.TagClassName
{
border-color: #02E3A1;
}
</style>