Html Css Color HEX #02EA80 Spring Green

📋 copy color: '#02EA80'

red 2 ◦ green 234 ◦ blue 128

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

Shades of Spring Green #02EA80

Tints of Spring Green #02EA80

RGB

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

 GREEN value IS 234 (91.8% from 255) = 64.29%

 BLUE value IS 128 (50.39% from 255) = 35.16%

R = 0.55%
G = 64.29%
B = 35.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#02EA80 (or 0x02EA80) is known color: Spring Green. HEX triplet: 02, EA and 80. RGB value is (2,234,128). Sum of RGB (Red+Green+Blue) = 2+234+128=364 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 364); Green value is 234 (91.80% from 255 or 64.29% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 234 - color contains mainly: green. Hex color #02EA80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02EA80 is #FD157F. Grayscale: #989898. Windows color (decimal): -16586112 or 8448514. OLE color: 8448514.

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

Color convert

RGB 2 234 128 -
CMYK 0.99 0 0.45 0.08
HSL 152.59º 0.98% 0.46% -
HSV(B) 152.59º 0.99% 0.92% -
XYZ 33.34 60.42 30.33 -
YUV 152.55 114.14 20.62 -
System Red Green Blue C M Y K H S L
Decimal 2 234 128 0.99 0 0.45 0.08 152.59 0.98 0.46
Hex 2 EA 80 63 0 2D 8 99 62 2E
Octal 2 352 200 143 0 55 10 231 142 56
Binary 10 11101010 10000000 1100011 0 101101 1000 10011001 1100010 101110

Color Harmonies of #02EA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EA80

Black with #02EA80

Text Example


Text Example

White with #02EA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,234,128); }

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

background-color css

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

 a { background-color: rgb(2,234,128); }

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

border-color css

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

 span { border-color: rgb(2,234,128); }

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