Html Css Color HEX #02E296 Caribbean Green

📋 copy color: '#02E296'

red 2 ◦ green 226 ◦ blue 150

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

Shades of Caribbean Green #02E296

Tints of Caribbean Green #02E296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.68%

R = 0.53%
G = 59.79%
B = 39.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#02E296 (or 0x02E296) is known color: Caribbean Green. HEX triplet: 02, E2 and 96. RGB value is (2,226,150). Sum of RGB (Red+Green+Blue) = 2+226+150=378 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 378); Green value is 226 (88.67% from 255 or 59.79% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 226 - color contains mainly: green. Hex color #02E296 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E296 is #FD1D69. Grayscale: #969696. Windows color (decimal): -16588138 or 9888258. OLE color: 9888258.

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

Color convert

RGB 2 226 150 -
CMYK 0.99 0 0.34 0.11
HSL 159.64º 0.98% 0.45% -
HSV(B) 159.64º 0.99% 0.89% -
XYZ 32.73 56.61 38.06 -
YUV 150.36 127.79 22.18 -
System Red Green Blue C M Y K H S L
Decimal 2 226 150 0.99 0 0.34 0.11 159.64 0.98 0.45
Hex 2 E2 96 63 0 22 B A0 62 2D
Octal 2 342 226 143 0 42 13 240 142 55
Binary 10 11100010 10010110 1100011 0 100010 1011 10100000 1100010 101101

Color Harmonies of #02E296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E296

Black with #02E296

Text Example


Text Example

White with #02E296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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