Html Css Color HEX #02E29F Caribbean Green

📋 copy color: '#02E29F'

red 2 ◦ green 226 ◦ blue 159

#02E29F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #02E29F

Tints of Caribbean Green #02E29F

RGB

 RED value IS 2 (1.17% from 255) = 0.52%

 GREEN value IS 226 (88.67% from 255) = 58.4%

 BLUE value IS 159 (62.5% from 255) = 41.09%

R = 0.52%
G = 58.4%
B = 41.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#02E29F (or 0x02E29F) is known color: Caribbean Green. HEX triplet: 02, E2 and 9F. RGB value is (2,226,159). Sum of RGB (Red+Green+Blue) = 2+226+159=387 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 387); Green value is 226 (88.67% from 255 or 58.40% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 226 - color contains mainly: green. Hex color #02E29F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E29F is #FD1D60. Grayscale: #979797. Windows color (decimal): -16588129 or 10478082. OLE color: 10478082.

HSL color Cylindrical-coordinate representation of color #02E29F: hue angle of 162.05º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E29F is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 2 226 159 -
CMYK 0.99 0 0.30 0.11
HSL 162.05º 0.98% 0.45% -
HSV(B) 162.05º 0.99% 0.89% -
XYZ 33.48 56.91 42.02 -
YUV 151.39 132.29 21.45 -
System Red Green Blue C M Y K H S L
Decimal 2 226 159 0.99 0 0.30 0.11 162.05 0.98 0.45
Hex 2 E2 9F 63 0 1E B A2 62 2D
Octal 2 342 237 143 0 36 13 242 142 55
Binary 10 11100010 10011111 1100011 0 11110 1011 10100010 1100010 101101

Color Harmonies of #02E29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E29F

Black with #02E29F

Text Example


Text Example

White with #02E29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,226,159); }

 H1.HeaderClassName
 {
   color: #02E29F;
 }
 .AnyTagClassName
 {
   color: #02E29F;
 }
</style>

background-color css

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

 a { background-color: rgb(2,226,159); }

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

border-color css

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

 span { border-color: rgb(2,226,159); }

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