Html Css Color HEX #2EFBAA Medium Spring Green

📋 copy color: '#2EFBAA'

red 46 ◦ green 251 ◦ blue 170

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

Shades of Medium Spring Green #2EFBAA

Tints of Medium Spring Green #2EFBAA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 53.75%

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 9.85%
G = 53.75%
B = 36.4%

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

#2EFBAA (or 0x2EFBAA) is known color: Medium Spring Green. HEX triplet: 2E, FB and AA. RGB value is (46,251,170). Sum of RGB (Red+Green+Blue) = 46+251+170=467 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.85% from 467); Green value is 251 (98.44% from 255 or 53.75% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFBAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFBAA is #D10455. Grayscale: #B4B4B4. Windows color (decimal): -13698134 or 11205422. OLE color: 11205422.

HSL color Cylindrical-coordinate representation of color #2EFBAA: hue angle of 156.29º degrees, saturation: 0.96, 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 #2EFBAA is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 251 170 -
CMYK 0.82 0 0.32 0.02
HSL 156.29º 0.96% 0.58% -
HSV(B) 156.29º 0.82% 0.98% -
XYZ 42.88 72.48 49.76 -
YUV 180.47 122.08 32.09 -
System Red Green Blue C M Y K H S L
Decimal 46 251 170 0.82 0 0.32 0.02 156.29 0.96 0.58
Hex 2E FB AA 52 0 20 2 9C 60 3A
Octal 56 373 252 122 0 40 2 234 140 72
Binary 101110 11111011 10101010 1010010 0 100000 10 10011100 1100000 111010

Color Harmonies of #2EFBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFBAA

Black with #2EFBAA

Text Example


Text Example

White with #2EFBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,251,170); }

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

background-color css

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

 a { background-color: rgb(46,251,170); }

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

border-color css

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

 span { border-color: rgb(46,251,170); }

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