#02E08B

Color #02E08B Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #02E08B

Tints of Caribbean Green #02E08B

Color information

#02E08B (or 0x02E08B) is unknown color: approx Caribbean Green. HEX triplet: 02, E0 and 8B. RGB value is (2,224,139). Sum of RGB (Red+Green+Blue) = 2+224+139=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 224 (87.89% from 255 or 61.37% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 224 - color contains mainly: green. Hex color #02E08B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E08B is #FD1F74. Grayscale: #949494. Windows color (decimal): -16588661 or 9166850. OLE color: 9166850.

HSL color Cylindrical-coordinate representation of color #02E08B: hue angle of 157.03º 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 #02E08B is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB2224139-
CMYK0.9900.380.12
HSL157.03º98.23%44.31%-
HSV(B)157.03º99.11%87.84%-
XYZ31.3455.1933.43-
YUV147.93122.9523.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.55%
GREEN value IS 224 (87.89% from 255) = 61.37%
BLUE value IS 139 (54.69% from 255) = 38.08%
R=0.55%
G=61.37%
B=38.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22241390.9900.380.12157.0398.2344.31
Hex2E08B63026C9d622c
Octal23402131430461423514254
Binary101110000010001011110001101001101100100111011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02E08B; }

 p { color: rgb(2,224,139); }

 H1.HeaderClassName
 {
   color: #02E08B;
 }
 .AnyTagClassName
 {
   color: #02E08B;
 }
</style>
background-color css

<style>
 a { background-color: #02E08B; }

 a { background-color: rgb(2,224,139); }

 div.DivClassName
 {
   background-color: #02E08B;
 }
 .BgClassName
 {
   background-color: #02E08B;
 }
</style>
border-color css

<style>
 span { border-color: #02E08B; }

 span { border-color: rgb(2,224,139); }

 td.TdClassName
 {
   border-color: #02E08B;
 }
 .TagClassName
 {
   border-color: #02E08B;
 }
</style>