Shades of Caribbean Green #02C380
Tints of Caribbean Green #02C380
RGB
CMYK
RGB Variations
Color information
#02C380 (or 0x02C380) is known color: Caribbean Green. HEX triplet: 02, C3 and 80. RGB value is (2,195,128). Sum of RGB (Red+Green+Blue) = 2+195+128=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 195 (76.56% from 255 or 60% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 195 - color contains mainly: green. Hex color #02C380 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C380 is #FD3C7F. Grayscale: #818181. Windows color (decimal): -16596096 or 8438530. OLE color: 8438530.
HSL color Cylindrical-coordinate representation of color #02C380: hue angle of 159.17º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C380 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 128 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.24 |
| HSL | 159.17º | 0.98% | 0.39% | - |
| HSV(B) | 159.17º | 0.99% | 0.76% | - |
| XYZ | 23.44 | 40.6 | 27.02 | - |
| YUV | 129.66 | 127.06 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 128 | 0.99 | 0 | 0.34 | 0.24 | 159.17 | 0.98 | 0.39 |
| Hex | 2 | C3 | 80 | 63 | 0 | 22 | 18 | 9F | 62 | 27 |
| Octal | 2 | 303 | 200 | 143 | 0 | 42 | 30 | 237 | 142 | 47 |
| Binary | 10 | 11000011 | 10000000 | 1100011 | 0 | 100010 | 11000 | 10011111 | 1100010 | 100111 |
Color Harmonies of #02C380
Complementary color
Monochromatic Colors of #02C380
Black with #02C380
Text Example
Text Example
White with #02C380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C380; }
p { color: rgb(2,195,128); }
H1.HeaderClassName
{
color: #02C380;
}
.AnyTagClassName
{
color: #02C380;
}
</style>
background-color css
<style>
a { background-color: #02C380; }
a { background-color: rgb(2,195,128); }
div.DivClassName
{
background-color: #02C380;
}
.BgClassName
{
background-color: #02C380;
}
</style>
border-color css
<style>
span { border-color: #02C380; }
span { border-color: rgb(2,195,128); }
td.TdClassName
{
border-color: #02C380;
}
.TagClassName
{
border-color: #02C380;
}
</style>