Shades of Caribbean Green #02CE80
Tints of Caribbean Green #02CE80
RGB
CMYK
RGB Variations
Color information
#02CE80 (or 0x02CE80) is known color: Caribbean Green. HEX triplet: 02, CE and 80. RGB value is (2,206,128). Sum of RGB (Red+Green+Blue) = 2+206+128=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 206 (80.86% from 255 or 61.31% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CE80 is #FD317F. Grayscale: #888888. Windows color (decimal): -16593280 or 8441346. OLE color: 8441346.
HSL color Cylindrical-coordinate representation of color #02CE80: hue angle of 157.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CE80 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 128 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.19 |
| HSL | 157.06º | 0.98% | 0.41% | - |
| HSV(B) | 157.06º | 0.99% | 0.81% | - |
| XYZ | 25.99 | 45.71 | 27.88 | - |
| YUV | 136.11 | 123.41 | 32.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 128 | 0.99 | 0 | 0.38 | 0.19 | 157.06 | 0.98 | 0.41 |
| Hex | 2 | CE | 80 | 63 | 0 | 26 | 13 | 9D | 62 | 29 |
| Octal | 2 | 316 | 200 | 143 | 0 | 46 | 23 | 235 | 142 | 51 |
| Binary | 10 | 11001110 | 10000000 | 1100011 | 0 | 100110 | 10011 | 10011101 | 1100010 | 101001 |
Color Harmonies of #02CE80
Complementary color
Monochromatic Colors of #02CE80
Black with #02CE80
Text Example
Text Example
White with #02CE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE80; }
p { color: rgb(2,206,128); }
H1.HeaderClassName
{
color: #02CE80;
}
.AnyTagClassName
{
color: #02CE80;
}
</style>
background-color css
<style>
a { background-color: #02CE80; }
a { background-color: rgb(2,206,128); }
div.DivClassName
{
background-color: #02CE80;
}
.BgClassName
{
background-color: #02CE80;
}
</style>
border-color css
<style>
span { border-color: #02CE80; }
span { border-color: rgb(2,206,128); }
td.TdClassName
{
border-color: #02CE80;
}
.TagClassName
{
border-color: #02CE80;
}
</style>