Html Css Color HEX #02E4A0 Medium Spring Green

📋 copy color: '#02E4A0'

red 2 ◦ green 228 ◦ blue 160

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

Shades of Medium Spring Green #02E4A0

Tints of Medium Spring Green #02E4A0

RGB

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

 GREEN value IS 228 (89.45% from 255) = 58.46%

 BLUE value IS 160 (62.89% from 255) = 41.03%

R = 0.51%
G = 58.46%
B = 41.03%

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

#02E4A0 (or 0x02E4A0) is known color: Medium Spring Green. HEX triplet: 02, E4 and A0. RGB value is (2,228,160). Sum of RGB (Red+Green+Blue) = 2+228+160=390 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 390); Green value is 228 (89.45% from 255 or 58.46% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 228 - color contains mainly: green. Hex color #02E4A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E4A0 is #FD1B5F. Grayscale: #989898. Windows color (decimal): -16587616 or 10544130. OLE color: 10544130.

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

Color convert

RGB 2 228 160 -
CMYK 0.99 0 0.30 0.11
HSL 161.95º 0.98% 0.45% -
HSV(B) 161.95º 0.99% 0.89% -
XYZ 34.11 58.04 42.66 -
YUV 152.67 132.13 20.53 -
System Red Green Blue C M Y K H S L
Decimal 2 228 160 0.99 0 0.30 0.11 161.95 0.98 0.45
Hex 2 E4 A0 63 0 1E B A2 62 2D
Octal 2 344 240 143 0 36 13 242 142 55
Binary 10 11100100 10100000 1100011 0 11110 1011 10100010 1100010 101101

Color Harmonies of #02E4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E4A0

Black with #02E4A0

Text Example


Text Example

White with #02E4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,228,160); }

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

background-color css

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

 a { background-color: rgb(2,228,160); }

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

border-color css

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

 span { border-color: rgb(2,228,160); }

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