#2EFFAE

Color #2EFFAE Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #2EFFAE

Tints of Medium Spring Green #2EFFAE

Color information

#2EFFAE (or 0x2EFFAE) is unknown color: approx Medium Spring Green. HEX triplet: 2E, FF and AE. RGB value is (46,255,174). Sum of RGB (Red+Green+Blue) = 46+255+174=475 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.68% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFFAE is #D10051. Grayscale: #B7B7B7. Windows color (decimal): -13697106 or 11468590. OLE color: 11468590.

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

Color convert

RGB46255174-
CMYK0.8200.320
HSL156.75º100%59.02%-
HSV(B)156.75º81.96%100%-
XYZ44.5375.1652.2-
YUV183.28122.7630.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.68%
GREEN value IS 255 (100% from 255) = 53.68%
BLUE value IS 174 (68.36% from 255) = 36.63%
R=9.68%
G=53.68%
B=36.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal462551740.8200.320156.7510059.02
Hex2EFFAE5202009d643b
Octal56377256122040023514473
Binary1011101111111110101110101001001000000100111011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EFFAE;
 }
 .AnyTagClassName
 {
   color: #2EFFAE;
 }
</style>
background-color css

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

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

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

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

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

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