#2EF071

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

Shades of Spring Green #2EF071

Tints of Spring Green #2EF071

Color information

#2EF071 (or 0x2EF071) is unknown color: approx Spring Green. HEX triplet: 2E, F0 and 71. RGB value is (46,240,113). Sum of RGB (Red+Green+Blue) = 46+240+113=399 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.53% from 399); Green value is 240 (94.14% from 255 or 60.15% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF071 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF071 is #D10F8E. Grayscale: #A7A7A7. Windows color (decimal): -13701007 or 7467054. OLE color: 7467054.

HSL color Cylindrical-coordinate representation of color #2EF071: hue angle of 140.72º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF071 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB46240113-
CMYK0.8100.530.06
HSL140.72º86.61%56.08%-
HSV(B)140.72º80.83%94.12%-
XYZ35.2764.0926.14-
YUV167.5297.2341.33-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.53%
GREEN value IS 240 (94.14% from 255) = 60.15%
BLUE value IS 113 (44.53% from 255) = 28.32%
R=11.53%
G=60.15%
B=28.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal462401130.8100.530.06140.7286.6156.08
Hex2EF0715103568d5738
Octal56360161121065621512770
Binary10111011110000111000110100010110101110100011011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,240,113); }

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

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

 a { background-color: rgb(46,240,113); }

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

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

 span { border-color: rgb(46,240,113); }

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