#2efe71

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

Shades of Spring Green #2EFE71

Tints of Spring Green #2EFE71

Color information

#2EFE71 (or 0x2EFE71) is unknown color: approx Spring Green. HEX triplet: 2E, FE and 71. RGB value is (46,254,113). Sum of RGB (Red+Green+Blue) = 46+254+113=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 254 (99.61% from 255 or 61.50% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFE71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFE71 is #D1018E. Grayscale: #B0B0B0. Windows color (decimal): -13697423 or 7470638. OLE color: 7470638.

HSL color Cylindrical-coordinate representation of color #2EFE71: hue angle of 139.33º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFE71 is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB46254113-
CMYK0.8200.560.00
HSL139.33º99.05%58.82%-
HSV(B)139.33º81.89%99.61%-
XYZ39.5572.6627.56-
YUV175.7392.5935.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.14%
GREEN value IS 254 (99.61% from 255) = 61.50%
BLUE value IS 113 (44.53% from 255) = 27.36%
R=11.14%
G=61.50%
B=27.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal462541130.8200.560.00139.3399.0558.82
Hex2EFE715203808b633b
Octal56376161122070021314373
Binary101110111111101110001101001001110000100010111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2efe71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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