Shades of Caribbean Green #02D280
Tints of Caribbean Green #02D280
RGB
CMYK
RGB Variations
Color information
#02D280 (or 0x02D280) is known color: Caribbean Green. HEX triplet: 02, D2 and 80. RGB value is (2,210,128). Sum of RGB (Red+Green+Blue) = 2+210+128=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 210 (82.42% from 255 or 61.76% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 210 - color contains mainly: green. Hex color #02D280 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D280 is #FD2D7F. Grayscale: #8A8A8A. Windows color (decimal): -16592256 or 8442370. OLE color: 8442370.
HSL color Cylindrical-coordinate representation of color #02D280: hue angle of 156.35º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D280 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 210 | 128 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.18 |
| HSL | 156.35º | 0.98% | 0.42% | - |
| HSV(B) | 156.35º | 0.99% | 0.82% | - |
| XYZ | 26.97 | 47.66 | 28.2 | - |
| YUV | 138.46 | 122.09 | 30.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 210 | 128 | 0.99 | 0 | 0.39 | 0.18 | 156.35 | 0.98 | 0.42 |
| Hex | 2 | D2 | 80 | 63 | 0 | 27 | 12 | 9C | 62 | 2A |
| Octal | 2 | 322 | 200 | 143 | 0 | 47 | 22 | 234 | 142 | 52 |
| Binary | 10 | 11010010 | 10000000 | 1100011 | 0 | 100111 | 10010 | 10011100 | 1100010 | 101010 |
Color Harmonies of #02D280
Complementary color
Monochromatic Colors of #02D280
Black with #02D280
Text Example
Text Example
White with #02D280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D280; }
p { color: rgb(2,210,128); }
H1.HeaderClassName
{
color: #02D280;
}
.AnyTagClassName
{
color: #02D280;
}
</style>
background-color css
<style>
a { background-color: #02D280; }
a { background-color: rgb(2,210,128); }
div.DivClassName
{
background-color: #02D280;
}
.BgClassName
{
background-color: #02D280;
}
</style>
border-color css
<style>
span { border-color: #02D280; }
span { border-color: rgb(2,210,128); }
td.TdClassName
{
border-color: #02D280;
}
.TagClassName
{
border-color: #02D280;
}
</style>