#2EFFA8

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

Shades of Medium Spring Green #2EFFA8

Tints of Medium Spring Green #2EFFA8

Color information

#2EFFA8 (or 0x2EFFA8) is unknown color: approx Medium Spring Green. HEX triplet: 2E, FF and A8. RGB value is (46,255,168). Sum of RGB (Red+Green+Blue) = 46+255+168=469 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.81% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFFA8 is #D10057. Grayscale: #B6B6B6. Windows color (decimal): -13697112 or 11075374. OLE color: 11075374.

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

Color convert

RGB46255168-
CMYK0.8200.340
HSL155.02º100%59.02%-
HSV(B)155.02º81.96%100%-
XYZ43.9574.9349.19-
YUV182.59119.7630.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.81%
GREEN value IS 255 (100% from 255) = 54.37%
BLUE value IS 168 (66.02% from 255) = 35.82%
R=9.81%
G=54.37%
B=35.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal462551680.8200.340155.0210059.02
Hex2EFFA85202209b643b
Octal56377250122042023314473
Binary1011101111111110101000101001001000100100110111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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