Html Css Color HEX #2EFCAC Medium Spring Green

📋 copy color: '#2EFCAC'

red 46 ◦ green 252 ◦ blue 172

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

Shades of Medium Spring Green #2EFCAC

Tints of Medium Spring Green #2EFCAC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 53.62%

 BLUE value IS 172 (67.58% from 255) = 36.6%

R = 9.79%
G = 53.62%
B = 36.6%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#2EFCAC (or 0x2EFCAC) is known color: Medium Spring Green. HEX triplet: 2E, FC and AC. RGB value is (46,252,172). Sum of RGB (Red+Green+Blue) = 46+252+172=470 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.79% from 470); Green value is 252 (98.83% from 255 or 53.62% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFCAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFCAC is #D10353. Grayscale: #B5B5B5. Windows color (decimal): -13697876 or 11336750. OLE color: 11336750.

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

Color convert

RGB 46 252 172 -
CMYK 0.82 0 0.32 0.01
HSL 156.7º 0.97% 0.58% -
HSV(B) 156.7º 0.82% 0.99% -
XYZ 43.38 73.18 50.87 -
YUV 181.29 122.75 31.5 -
System Red Green Blue C M Y K H S L
Decimal 46 252 172 0.82 0 0.32 0.01 156.7 0.97 0.58
Hex 2E FC AC 52 0 20 1 9D 61 3A
Octal 56 374 254 122 0 40 1 235 141 72
Binary 101110 11111100 10101100 1010010 0 100000 1 10011101 1100001 111010

Color Harmonies of #2EFCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFCAC

Black with #2EFCAC

Text Example


Text Example

White with #2EFCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,252,172); }

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

background-color css

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

 a { background-color: rgb(46,252,172); }

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

border-color css

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

 span { border-color: rgb(46,252,172); }

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