Html Css Color HEX #02EC95 Medium Spring Green

📋 copy color: '#02EC95'

red 2 ◦ green 236 ◦ blue 149

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

Shades of Medium Spring Green #02EC95

Tints of Medium Spring Green #02EC95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.5%

R = 0.52%
G = 60.98%
B = 38.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#02EC95 (or 0x02EC95) is known color: Medium Spring Green. HEX triplet: 02, EC and 95. RGB value is (2,236,149). Sum of RGB (Red+Green+Blue) = 2+236+149=387 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 387); Green value is 236 (92.58% from 255 or 60.98% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC95 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02EC95 is #FD136A. Grayscale: #9C9C9C. Windows color (decimal): -16585579 or 9825282. OLE color: 9825282.

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

Color convert

RGB 2 236 149 -
CMYK 0.99 0 0.37 0.07
HSL 157.69º 0.98% 0.47% -
HSV(B) 157.69º 0.99% 0.93% -
XYZ 35.45 62.17 38.57 -
YUV 156.12 123.98 18.07 -
System Red Green Blue C M Y K H S L
Decimal 2 236 149 0.99 0 0.37 0.07 157.69 0.98 0.47
Hex 2 EC 95 63 0 25 7 9E 62 2F
Octal 2 354 225 143 0 45 7 236 142 57
Binary 10 11101100 10010101 1100011 0 100101 111 10011110 1100010 101111

Color Harmonies of #02EC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EC95

Black with #02EC95

Text Example


Text Example

White with #02EC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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