Html Css Color HEX #2EFDA1 Medium Spring Green

📋 copy color: '#2EFDA1'

red 46 ◦ green 253 ◦ blue 161

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

Shades of Medium Spring Green #2EFDA1

Tints of Medium Spring Green #2EFDA1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 55%

 BLUE value IS 161 (63.28% from 255) = 35%

R = 10%
G = 55%
B = 35%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#2EFDA1 (or 0x2EFDA1) is known color: Medium Spring Green. HEX triplet: 2E, FD and A1. RGB value is (46,253,161). Sum of RGB (Red+Green+Blue) = 46+253+161=460 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10% from 460); Green value is 253 (99.22% from 255 or 55% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFDA1 is #D1025E. Grayscale: #B4B4B4. Windows color (decimal): -13697631 or 10616110. OLE color: 10616110.

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

Color convert

RGB 46 253 161 -
CMYK 0.82 0 0.36 0.01
HSL 153.33º 0.98% 0.59% -
HSV(B) 153.33º 0.82% 0.99% -
XYZ 42.69 73.4 45.64 -
YUV 180.62 116.92 31.98 -
System Red Green Blue C M Y K H S L
Decimal 46 253 161 0.82 0 0.36 0.01 153.33 0.98 0.59
Hex 2E FD A1 52 0 24 1 99 62 3B
Octal 56 375 241 122 0 44 1 231 142 73
Binary 101110 11111101 10100001 1010010 0 100100 1 10011001 1100010 111011

Color Harmonies of #2EFDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFDA1

Black with #2EFDA1

Text Example


Text Example

White with #2EFDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,253,161); }

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

background-color css

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

 a { background-color: rgb(46,253,161); }

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

border-color css

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

 span { border-color: rgb(46,253,161); }

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