Shades of Caribbean Green #02CC80
Tints of Caribbean Green #02CC80
RGB
CMYK
RGB Variations
Color information
#02CC80 (or 0x02CC80) is known color: Caribbean Green. HEX triplet: 02, CC and 80. RGB value is (2,204,128). Sum of RGB (Red+Green+Blue) = 2+204+128=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 204 (80.08% from 255 or 61.08% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 204 - color contains mainly: green. Hex color #02CC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CC80 is #FD337F. Grayscale: #878787. Windows color (decimal): -16593792 or 8440834. OLE color: 8440834.
HSL color Cylindrical-coordinate representation of color #02CC80: hue angle of 157.43º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CC80 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 204 | 128 | - |
| CMYK | 0.99 | 0 | 0.37 | 0.2 |
| HSL | 157.43º | 0.98% | 0.4% | - |
| HSV(B) | 157.43º | 0.99% | 0.8% | - |
| XYZ | 25.51 | 44.76 | 27.72 | - |
| YUV | 134.94 | 124.08 | 33.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 204 | 128 | 0.99 | 0 | 0.37 | 0.2 | 157.43 | 0.98 | 0.4 |
| Hex | 2 | CC | 80 | 63 | 0 | 25 | 14 | 9D | 62 | 28 |
| Octal | 2 | 314 | 200 | 143 | 0 | 45 | 24 | 235 | 142 | 50 |
| Binary | 10 | 11001100 | 10000000 | 1100011 | 0 | 100101 | 10100 | 10011101 | 1100010 | 101000 |
Color Harmonies of #02CC80
Complementary color
Monochromatic Colors of #02CC80
Black with #02CC80
Text Example
Text Example
White with #02CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CC80; }
p { color: rgb(2,204,128); }
H1.HeaderClassName
{
color: #02CC80;
}
.AnyTagClassName
{
color: #02CC80;
}
</style>
background-color css
<style>
a { background-color: #02CC80; }
a { background-color: rgb(2,204,128); }
div.DivClassName
{
background-color: #02CC80;
}
.BgClassName
{
background-color: #02CC80;
}
</style>
border-color css
<style>
span { border-color: #02CC80; }
span { border-color: rgb(2,204,128); }
td.TdClassName
{
border-color: #02CC80;
}
.TagClassName
{
border-color: #02CC80;
}
</style>