Html Css Color HEX #2EFDAF Medium Spring Green

📋 copy color: '#2EFDAF'

red 46 ◦ green 253 ◦ blue 175

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

Shades of Medium Spring Green #2EFDAF

Tints of Medium Spring Green #2EFDAF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 53.38%

 BLUE value IS 175 (68.75% from 255) = 36.92%

R = 9.7%
G = 53.38%
B = 36.92%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#2EFDAF (or 0x2EFDAF) is known color: Medium Spring Green. HEX triplet: 2E, FD and AF. RGB value is (46,253,175). Sum of RGB (Red+Green+Blue) = 46+253+175=474 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.70% from 474); Green value is 253 (99.22% from 255 or 53.38% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFDAF is #D10250. Grayscale: #B6B6B6. Windows color (decimal): -13697617 or 11533614. OLE color: 11533614.

HSL color Cylindrical-coordinate representation of color #2EFDAF: hue angle of 157.39º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFDAF is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 253 175 -
CMYK 0.82 0 0.31 0.01
HSL 157.39º 0.98% 0.59% -
HSV(B) 157.39º 0.82% 0.99% -
XYZ 43.99 73.93 52.51 -
YUV 182.22 123.92 30.84 -
System Red Green Blue C M Y K H S L
Decimal 46 253 175 0.82 0 0.31 0.01 157.39 0.98 0.59
Hex 2E FD AF 52 0 1F 1 9D 62 3B
Octal 56 375 257 122 0 37 1 235 142 73
Binary 101110 11111101 10101111 1010010 0 11111 1 10011101 1100010 111011

Color Harmonies of #2EFDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFDAF

Black with #2EFDAF

Text Example


Text Example

White with #2EFDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,253,175); }

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

background-color css

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

 a { background-color: rgb(46,253,175); }

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

border-color css

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

 span { border-color: rgb(46,253,175); }

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