Html Css Color HEX #2EFFAB Medium Spring Green

📋 copy color: '#2EFFAB'

red 46 ◦ green 255 ◦ blue 171

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

Shades of Medium Spring Green #2EFFAB

Tints of Medium Spring Green #2EFFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.23%

R = 9.75%
G = 54.03%
B = 36.23%

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

#2EFFAB (or 0x2EFFAB) is known color: Medium Spring Green. HEX triplet: 2E, FF and AB. RGB value is (46,255,171). Sum of RGB (Red+Green+Blue) = 46+255+171=472 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.75% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFFAB is #D10054. Grayscale: #B7B7B7. Windows color (decimal): -13697109 or 11271982. OLE color: 11271982.

HSL color Cylindrical-coordinate representation of color #2EFFAB: hue angle of 155.89º 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 #2EFFAB is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 46 255 171 -
CMYK 0.82 0 0.33 0
HSL 155.89º 1% 0.59% -
HSV(B) 155.89º 0.82% 1% -
XYZ 44.24 75.04 50.68 -
YUV 182.93 121.26 30.33 -
System Red Green Blue C M Y K H S L
Decimal 46 255 171 0.82 0 0.33 0 155.89 1 0.59
Hex 2E FF AB 52 0 21 0 9C 64 3B
Octal 56 377 253 122 0 41 0 234 144 73
Binary 101110 11111111 10101011 1010010 0 100001 0 10011100 1100100 111011

Color Harmonies of #2EFFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFFAB

Black with #2EFFAB

Text Example


Text Example

White with #2EFFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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