#2EF780

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

Shades of Spring Green #2EF780

Tints of Spring Green #2EF780

Color information

#2EF780 (or 0x2EF780) is unknown color: approx Spring Green. HEX triplet: 2E, F7 and 80. RGB value is (46,247,128). Sum of RGB (Red+Green+Blue) = 46+247+128=421 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.93% from 421); Green value is 247 (96.88% from 255 or 58.67% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 247 - color contains mainly: green. Hex color #2EF780 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF780 is #D1087F. Grayscale: #ADADAD. Windows color (decimal): -13699200 or 8451886. OLE color: 8451886.

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

Color convert

RGB46247128-
CMYK0.8100.480.03
HSL144.48º92.63%57.45%-
HSV(B)144.48º81.38%96.86%-
XYZ38.2868.6631.66-
YUV173.34102.4137.18-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.93%
GREEN value IS 247 (96.88% from 255) = 58.67%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=10.93%
G=58.67%
B=30.40%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal462471280.8100.480.03144.4892.6357.45
Hex2EF780510303905d39
Octal56367200121060322013571
Binary10111011110111100000001010001011000011100100001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,247,128); }

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

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

 a { background-color: rgb(46,247,128); }

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

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

 span { border-color: rgb(46,247,128); }

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