#2EF781

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

Shades of Spring Green #2EF781

Tints of Spring Green #2EF781

Color information

#2EF781 (or 0x2EF781) is unknown color: approx Spring Green. HEX triplet: 2E, F7 and 81. RGB value is (46,247,129). Sum of RGB (Red+Green+Blue) = 46+247+129=422 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.90% from 422); Green value is 247 (96.88% from 255 or 58.53% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 247 - color contains mainly: green. Hex color #2EF781 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF781 is #D1087E. Grayscale: #ADADAD. Windows color (decimal): -13699199 or 8517422. OLE color: 8517422.

HSL color Cylindrical-coordinate representation of color #2EF781: hue angle of 144.78º 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 #2EF781 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB46247129-
CMYK0.8100.480.03
HSL144.78º92.63%57.45%-
HSV(B)144.78º81.38%96.86%-
XYZ38.3568.6932.01-
YUV173.45102.9137.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.90%
GREEN value IS 247 (96.88% from 255) = 58.53%
BLUE value IS 129 (50.78% from 255) = 30.57%
R=10.90%
G=58.53%
B=30.57%

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
Decimal462471290.8100.480.03144.7892.6357.45
Hex2EF781510303915d39
Octal56367201121060322113571
Binary10111011110111100000011010001011000011100100011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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