Html Css Color HEX #02EC80 Spring Green

📋 copy color: '#02EC80'

red 2 ◦ green 236 ◦ blue 128

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

Shades of Spring Green #02EC80

Tints of Spring Green #02EC80

RGB

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

 GREEN value IS 236 (92.58% from 255) = 64.48%

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

R = 0.55%
G = 64.48%
B = 34.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#02EC80 (or 0x02EC80) is known color: Spring Green. HEX triplet: 02, EC and 80. RGB value is (2,236,128). Sum of RGB (Red+Green+Blue) = 2+236+128=366 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 366); Green value is 236 (92.58% from 255 or 64.48% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02EC80 is #FD137F. Grayscale: #999999. Windows color (decimal): -16585600 or 8449026. OLE color: 8449026.

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

Color convert

RGB 2 236 128 -
CMYK 0.99 0 0.46 0.07
HSL 152.31º 0.98% 0.47% -
HSV(B) 152.31º 0.99% 0.93% -
XYZ 33.92 61.56 30.52 -
YUV 153.72 113.48 19.78 -
System Red Green Blue C M Y K H S L
Decimal 2 236 128 0.99 0 0.46 0.07 152.31 0.98 0.47
Hex 2 EC 80 63 0 2E 7 98 62 2F
Octal 2 354 200 143 0 56 7 230 142 57
Binary 10 11101100 10000000 1100011 0 101110 111 10011000 1100010 101111

Color Harmonies of #02EC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EC80

Black with #02EC80

Text Example


Text Example

White with #02EC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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