Shades of Caribbean Green #02E098
Tints of Caribbean Green #02E098
RGB
CMYK
RGB Variations
Color information
#02E098 (or 0x02E098) is known color: Caribbean Green. HEX triplet: 02, E0 and 98. RGB value is (2,224,152). Sum of RGB (Red+Green+Blue) = 2+224+152=378 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 378); Green value is 224 (87.89% from 255 or 59.26% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 224 - color contains mainly: green. Hex color #02E098 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E098 is #FD1F67. Grayscale: #959595. Windows color (decimal): -16588648 or 10018818. OLE color: 10018818.
HSL color Cylindrical-coordinate representation of color #02E098: hue angle of 160.54º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E098 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 224 | 152 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.12 |
| HSL | 160.54º | 0.98% | 0.44% | - |
| HSV(B) | 160.54º | 0.99% | 0.88% | - |
| XYZ | 32.35 | 55.59 | 38.73 | - |
| YUV | 149.41 | 129.45 | 22.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 224 | 152 | 0.99 | 0 | 0.32 | 0.12 | 160.54 | 0.98 | 0.44 |
| Hex | 2 | E0 | 98 | 63 | 0 | 20 | C | A1 | 62 | 2C |
| Octal | 2 | 340 | 230 | 143 | 0 | 40 | 14 | 241 | 142 | 54 |
| Binary | 10 | 11100000 | 10011000 | 1100011 | 0 | 100000 | 1100 | 10100001 | 1100010 | 101100 |
Color Harmonies of #02E098
Complementary color
Monochromatic Colors of #02E098
Black with #02E098
Text Example
Text Example
White with #02E098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E098; }
p { color: rgb(2,224,152); }
H1.HeaderClassName
{
color: #02E098;
}
.AnyTagClassName
{
color: #02E098;
}
</style>
background-color css
<style>
a { background-color: #02E098; }
a { background-color: rgb(2,224,152); }
div.DivClassName
{
background-color: #02E098;
}
.BgClassName
{
background-color: #02E098;
}
</style>
border-color css
<style>
span { border-color: #02E098; }
span { border-color: rgb(2,224,152); }
td.TdClassName
{
border-color: #02E098;
}
.TagClassName
{
border-color: #02E098;
}
</style>