#2EF275

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

Shades of Spring Green #2EF275

Tints of Spring Green #2EF275

Color information

#2EF275 (or 0x2EF275) is unknown color: approx Spring Green. HEX triplet: 2E, F2 and 75. RGB value is (46,242,117). Sum of RGB (Red+Green+Blue) = 46+242+117=405 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.36% from 405); Green value is 242 (94.92% from 255 or 59.75% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF275 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF275 is #D10D8A. Grayscale: #A9A9A9. Windows color (decimal): -13700491 or 7729710. OLE color: 7729710.

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

Color convert

RGB46242117-
CMYK0.8100.520.05
HSL141.73º88.29%56.47%-
HSV(B)141.73º80.99%94.9%-
XYZ36.0965.3727.55-
YUV169.1598.5740.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.36%
GREEN value IS 242 (94.92% from 255) = 59.75%
BLUE value IS 117 (46.09% from 255) = 28.89%
R=11.36%
G=59.75%
B=28.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal462421170.8100.520.05141.7388.2956.47
Hex2EF2755103458e5838
Octal56362165121064521613070
Binary10111011110010111010110100010110100101100011101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,242,117); }

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

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

 a { background-color: rgb(46,242,117); }

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

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

 span { border-color: rgb(46,242,117); }

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