#2ef180

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

Shades of Spring Green #2EF180

Tints of Spring Green #2EF180

Color information

#2EF180 (or 0x2EF180) is unknown color: approx Spring Green. HEX triplet: 2E, F1 and 80. RGB value is (46,241,128). Sum of RGB (Red+Green+Blue) = 46+241+128=415 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.08% from 415); Green value is 241 (94.53% from 255 or 58.07% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF180 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF180 is #D10E7F. Grayscale: #AAAAAA. Windows color (decimal): -13700736 or 8450350. OLE color: 8450350.

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

Color convert

RGB46241128-
CMYK0.8100.470.05
HSL145.23º87.44%56.27%-
HSV(B)145.23º80.91%94.51%-
XYZ36.4865.0531.06-
YUV169.81104.439.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.08%
GREEN value IS 241 (94.53% from 255) = 58.07%
BLUE value IS 128 (50.39% from 255) = 30.84%
R=11.08%
G=58.07%
B=30.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal462411280.8100.470.05145.2387.4456.27
Hex2EF1805102F5915738
Octal56361200121057522112770
Binary101110111100011000000010100010101111101100100011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ef180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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