#2EF17C

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

Shades of Spring Green #2EF17C

Tints of Spring Green #2EF17C

Color information

#2EF17C (or 0x2EF17C) is unknown color: approx Spring Green. HEX triplet: 2E, F1 and 7C. RGB value is (46,241,124). Sum of RGB (Red+Green+Blue) = 46+241+124=411 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.19% from 411); Green value is 241 (94.53% from 255 or 58.64% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF17C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF17C is #D10E83. Grayscale: #A9A9A9. Windows color (decimal): -13700740 or 8188206. OLE color: 8188206.

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

Color convert

RGB46241124-
CMYK0.8100.490.05
HSL144º87.44%56.27%-
HSV(B)144º80.91%94.51%-
XYZ36.2264.9529.7-
YUV169.36102.440.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.19%
GREEN value IS 241 (94.53% from 255) = 58.64%
BLUE value IS 124 (48.83% from 255) = 30.17%
R=11.19%
G=58.64%
B=30.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal462411240.8100.490.0514487.4456.27
Hex2EF17C510315905738
Octal56361174121061522012770
Binary10111011110001111110010100010110001101100100001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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