Html Css Color HEX #02EF9D Medium Spring Green

📋 copy color: '#02EF9D'

red 2 ◦ green 239 ◦ blue 157

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

Shades of Medium Spring Green #02EF9D

Tints of Medium Spring Green #02EF9D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 60.05%

 BLUE value IS 157 (61.72% from 255) = 39.45%

R = 0.5%
G = 60.05%
B = 39.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#02EF9D (or 0x02EF9D) is known color: Medium Spring Green. HEX triplet: 02, EF and 9D. RGB value is (2,239,157). Sum of RGB (Red+Green+Blue) = 2+239+157=398 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 398); Green value is 239 (93.75% from 255 or 60.05% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 239 - color contains mainly: green. Hex color #02EF9D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02EF9D is #FD1062. Grayscale: #9E9E9E. Windows color (decimal): -16584803 or 10350338. OLE color: 10350338.

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

Color convert

RGB 2 239 157 -
CMYK 0.99 0 0.34 0.06
HSL 159.24º 0.98% 0.47% -
HSV(B) 159.24º 0.99% 0.94% -
XYZ 36.98 64.18 42.34 -
YUV 158.79 126.98 16.17 -
System Red Green Blue C M Y K H S L
Decimal 2 239 157 0.99 0 0.34 0.06 159.24 0.98 0.47
Hex 2 EF 9D 63 0 22 6 9F 62 2F
Octal 2 357 235 143 0 42 6 237 142 57
Binary 10 11101111 10011101 1100011 0 100010 110 10011111 1100010 101111

Color Harmonies of #02EF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EF9D

Black with #02EF9D

Text Example


Text Example

White with #02EF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,239,157); }

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

background-color css

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

 a { background-color: rgb(2,239,157); }

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

border-color css

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

 span { border-color: rgb(2,239,157); }

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