Html Css Color HEX #2EFAA9 Medium Spring Green

📋 copy color: '#2EFAA9'

red 46 ◦ green 250 ◦ blue 169

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

Shades of Medium Spring Green #2EFAA9

Tints of Medium Spring Green #2EFAA9

RGB

 RED value IS 46 (18.36% from 255) = 9.89%

 GREEN value IS 250 (98.05% from 255) = 53.76%

 BLUE value IS 169 (66.41% from 255) = 36.34%

R = 9.89%
G = 53.76%
B = 36.34%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#2EFAA9 (or 0x2EFAA9) is known color: Medium Spring Green. HEX triplet: 2E, FA and A9. RGB value is (46,250,169). Sum of RGB (Red+Green+Blue) = 46+250+169=465 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.89% from 465); Green value is 250 (98.05% from 255 or 53.76% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFAA9 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFAA9 is #D10556. Grayscale: #B3B3B3. Windows color (decimal): -13698391 or 11139630. OLE color: 11139630.

HSL color Cylindrical-coordinate representation of color #2EFAA9: hue angle of 156.18º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFAA9 is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 250 169 -
CMYK 0.82 0 0.32 0.02
HSL 156.18º 0.95% 0.58% -
HSV(B) 156.18º 0.82% 0.98% -
XYZ 42.47 71.82 49.16 -
YUV 179.77 121.91 32.59 -
System Red Green Blue C M Y K H S L
Decimal 46 250 169 0.82 0 0.32 0.02 156.18 0.95 0.58
Hex 2E FA A9 52 0 20 2 9C 5F 3A
Octal 56 372 251 122 0 40 2 234 137 72
Binary 101110 11111010 10101001 1010010 0 100000 10 10011100 1011111 111010

Color Harmonies of #2EFAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFAA9

Black with #2EFAA9

Text Example


Text Example

White with #2EFAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2EFAA9; }

 p { color: rgb(46,250,169); }

 H1.HeaderClassName
 {
   color: #2EFAA9;
 }
 .AnyTagClassName
 {
   color: #2EFAA9;
 }
</style>

background-color css

<style>
 a { background-color: #2EFAA9; }

 a { background-color: rgb(46,250,169); }

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

border-color css

<style>
 span { border-color: #2EFAA9; }

 span { border-color: rgb(46,250,169); }

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