Shades of Caribbean Green #02C283
Tints of Caribbean Green #02C283
RGB
CMYK
RGB Variations
Color information
#02C283 (or 0x02C283) is known color: Caribbean Green. HEX triplet: 02, C2 and 83. RGB value is (2,194,131). Sum of RGB (Red+Green+Blue) = 2+194+131=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 194 (76.17% from 255 or 59.33% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 194 - color contains mainly: green. Hex color #02C283 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C283 is #FD3D7C. Grayscale: #818181. Windows color (decimal): -16596349 or 8634882. OLE color: 8634882.
HSL color Cylindrical-coordinate representation of color #02C283: hue angle of 160.31º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C283 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 131 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.24 |
| HSL | 160.31º | 0.98% | 0.38% | - |
| HSV(B) | 160.31º | 0.99% | 0.76% | - |
| XYZ | 23.41 | 40.24 | 28 | - |
| YUV | 129.41 | 128.89 | 37.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 131 | 0.99 | 0 | 0.32 | 0.24 | 160.31 | 0.98 | 0.38 |
| Hex | 2 | C2 | 83 | 63 | 0 | 20 | 18 | A0 | 62 | 26 |
| Octal | 2 | 302 | 203 | 143 | 0 | 40 | 30 | 240 | 142 | 46 |
| Binary | 10 | 11000010 | 10000011 | 1100011 | 0 | 100000 | 11000 | 10100000 | 1100010 | 100110 |
Color Harmonies of #02C283
Complementary color
Monochromatic Colors of #02C283
Black with #02C283
Text Example
Text Example
White with #02C283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C283; }
p { color: rgb(2,194,131); }
H1.HeaderClassName
{
color: #02C283;
}
.AnyTagClassName
{
color: #02C283;
}
</style>
background-color css
<style>
a { background-color: #02C283; }
a { background-color: rgb(2,194,131); }
div.DivClassName
{
background-color: #02C283;
}
.BgClassName
{
background-color: #02C283;
}
</style>
border-color css
<style>
span { border-color: #02C283; }
span { border-color: rgb(2,194,131); }
td.TdClassName
{
border-color: #02C283;
}
.TagClassName
{
border-color: #02C283;
}
</style>