Html Css Color HEX #2EFA86 Spring Green

📋 copy color: '#2EFA86'

red 46 ◦ green 250 ◦ blue 134

#2EFA86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Green #2EFA86

Tints of Spring Green #2EFA86

RGB

 RED value IS 46 (18.36% from 255) = 10.7%

 GREEN value IS 250 (98.05% from 255) = 58.14%

 BLUE value IS 134 (52.73% from 255) = 31.16%

R = 10.7%
G = 58.14%
B = 31.16%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#2EFA86 (or 0x2EFA86) is known color: Spring Green. HEX triplet: 2E, FA and 86. RGB value is (46,250,134). Sum of RGB (Red+Green+Blue) = 46+250+134=430 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.70% from 430); Green value is 250 (98.05% from 255 or 58.14% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFA86 is #D10579. Grayscale: #B0B0B0. Windows color (decimal): -13698426 or 8845870. OLE color: 8845870.

HSL color Cylindrical-coordinate representation of color #2EFA86: hue angle of 145.88º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFA86 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 250 134 -
CMYK 0.82 0 0.46 0.02
HSL 145.88º 0.95% 0.58% -
HSV(B) 145.88º 0.82% 0.98% -
XYZ 39.62 70.67 34.11 -
YUV 175.78 104.41 35.43 -
System Red Green Blue C M Y K H S L
Decimal 46 250 134 0.82 0 0.46 0.02 145.88 0.95 0.58
Hex 2E FA 86 52 0 2E 2 92 5F 3A
Octal 56 372 206 122 0 56 2 222 137 72
Binary 101110 11111010 10000110 1010010 0 101110 10 10010010 1011111 111010

Color Harmonies of #2EFA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFA86

Black with #2EFA86

Text Example


Text Example

White with #2EFA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,250,134); }

 H1.HeaderClassName
 {
   color: #2EFA86;
 }
 .AnyTagClassName
 {
   color: #2EFA86;
 }
</style>

background-color css

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

 a { background-color: rgb(46,250,134); }

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

border-color css

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

 span { border-color: rgb(46,250,134); }

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