Html Css Color HEX #2EFFA5 Medium Spring Green

📋 copy color: '#2EFFA5'

red 46 ◦ green 255 ◦ blue 165

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

Shades of Medium Spring Green #2EFFA5

Tints of Medium Spring Green #2EFFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.41%

R = 9.87%
G = 54.72%
B = 35.41%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#2EFFA5 (or 0x2EFFA5) is known color: Medium Spring Green. HEX triplet: 2E, FF and A5. RGB value is (46,255,165). Sum of RGB (Red+Green+Blue) = 46+255+165=466 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.87% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 165 (64.84% from 255 or 35.41% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFFA5 is #D1005A. Grayscale: #B6B6B6. Windows color (decimal): -13697115 or 10878766. OLE color: 10878766.

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

Color convert

RGB 46 255 165 -
CMYK 0.82 0 0.35 0
HSL 154.16º 1% 0.59% -
HSV(B) 154.16º 0.82% 1% -
XYZ 43.68 74.82 47.74 -
YUV 182.25 118.26 30.82 -
System Red Green Blue C M Y K H S L
Decimal 46 255 165 0.82 0 0.35 0 154.16 1 0.59
Hex 2E FF A5 52 0 23 0 9A 64 3B
Octal 56 377 245 122 0 43 0 232 144 73
Binary 101110 11111111 10100101 1010010 0 100011 0 10011010 1100100 111011

Color Harmonies of #2EFFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFFA5

Black with #2EFFA5

Text Example


Text Example

White with #2EFFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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