#2EFE81

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

Shades of Spring Green #2EFE81

Tints of Spring Green #2EFE81

Color information

#2EFE81 (or 0x2EFE81) is unknown color: approx Spring Green. HEX triplet: 2E, FE and 81. RGB value is (46,254,129). Sum of RGB (Red+Green+Blue) = 46+254+129=429 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.72% from 429); Green value is 254 (99.61% from 255 or 59.21% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFE81 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFE81 is #D1017E. Grayscale: #B1B1B1. Windows color (decimal): -13697407 or 8519214. OLE color: 8519214.

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

Color convert

RGB46254129-
CMYK0.8200.490.00
HSL143.94º99.05%58.82%-
HSV(B)143.94º81.89%99.61%-
XYZ40.5373.0532.73-
YUV177.56100.5934.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.72%
GREEN value IS 254 (99.61% from 255) = 59.21%
BLUE value IS 129 (50.78% from 255) = 30.07%
R=10.72%
G=59.21%
B=30.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal462541290.8200.490.00143.9499.0558.82
Hex2EFE8152031090633b
Octal56376201122061022014373
Binary1011101111111010000001101001001100010100100001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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