#2EF88B

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

Shades of Spring Green #2EF88B

Tints of Spring Green #2EF88B

Color information

#2EF88B (or 0x2EF88B) is unknown color: approx Spring Green. HEX triplet: 2E, F8 and 8B. RGB value is (46,248,139). Sum of RGB (Red+Green+Blue) = 46+248+139=433 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.62% from 433); Green value is 248 (97.27% from 255 or 57.27% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF88B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF88B is #D10774. Grayscale: #AFAFAF. Windows color (decimal): -13698933 or 9173038. OLE color: 9173038.

HSL color Cylindrical-coordinate representation of color #2EF88B: hue angle of 147.62º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF88B is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB46248139-
CMYK0.8100.440.03
HSL147.62º93.52%57.65%-
HSV(B)147.62º81.45%97.25%-
XYZ39.3569.5835.78-
YUV175.18107.5835.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.62%
GREEN value IS 248 (97.27% from 255) = 57.27%
BLUE value IS 139 (54.69% from 255) = 32.10%
R=10.62%
G=57.27%
B=32.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal462481390.8100.440.03147.6293.5257.65
Hex2EF88B5102C3945e3a
Octal56370213121054322413672
Binary10111011111000100010111010001010110011100101001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,248,139); }

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

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

 a { background-color: rgb(46,248,139); }

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

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

 span { border-color: rgb(46,248,139); }

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