Html Css Color HEX #2EFFAA Medium Spring Green

📋 copy color: '#2EFFAA'

red 46 ◦ green 255 ◦ blue 170

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

Shades of Medium Spring Green #2EFFAA

Tints of Medium Spring Green #2EFFAA

RGB

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

 GREEN value IS 255 (100% from 255) = 54.14%

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

R = 9.77%
G = 54.14%
B = 36.09%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#2EFFAA (or 0x2EFFAA) is known color: Medium Spring Green. HEX triplet: 2E, FF and AA. RGB value is (46,255,170). Sum of RGB (Red+Green+Blue) = 46+255+170=471 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.77% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFFAA is #D10055. Grayscale: #B6B6B6. Windows color (decimal): -13697110 or 11206446. OLE color: 11206446.

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

Color convert

RGB 46 255 170 -
CMYK 0.82 0 0.33 0
HSL 155.6º 1% 0.59% -
HSV(B) 155.6º 0.82% 1% -
XYZ 44.14 75 50.18 -
YUV 182.82 120.76 30.41 -
System Red Green Blue C M Y K H S L
Decimal 46 255 170 0.82 0 0.33 0 155.6 1 0.59
Hex 2E FF AA 52 0 21 0 9C 64 3B
Octal 56 377 252 122 0 41 0 234 144 73
Binary 101110 11111111 10101010 1010010 0 100001 0 10011100 1100100 111011

Color Harmonies of #2EFFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFFAA

Black with #2EFFAA

Text Example


Text Example

White with #2EFFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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