Html Css Color HEX #02E29A Caribbean Green

📋 copy color: '#02E29A'

red 2 ◦ green 226 ◦ blue 154

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

Shades of Caribbean Green #02E29A

Tints of Caribbean Green #02E29A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.31%

R = 0.52%
G = 59.16%
B = 40.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#02E29A (or 0x02E29A) is known color: Caribbean Green. HEX triplet: 02, E2 and 9A. RGB value is (2,226,154). Sum of RGB (Red+Green+Blue) = 2+226+154=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 226 (88.67% from 255 or 59.16% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 226 - color contains mainly: green. Hex color #02E29A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E29A is #FD1D65. Grayscale: #969696. Windows color (decimal): -16588134 or 10150402. OLE color: 10150402.

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

Color convert

RGB 2 226 154 -
CMYK 0.99 0 0.32 0.11
HSL 160.71º 0.98% 0.45% -
HSV(B) 160.71º 0.99% 0.89% -
XYZ 33.05 56.74 39.78 -
YUV 150.82 129.79 21.85 -
System Red Green Blue C M Y K H S L
Decimal 2 226 154 0.99 0 0.32 0.11 160.71 0.98 0.45
Hex 2 E2 9A 63 0 20 B A1 62 2D
Octal 2 342 232 143 0 40 13 241 142 55
Binary 10 11100010 10011010 1100011 0 100000 1011 10100001 1100010 101101

Color Harmonies of #02E29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E29A

Black with #02E29A

Text Example


Text Example

White with #02E29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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