Html Css Color HEX #2EF686 Spring Green

📋 copy color: '#2EF686'

red 46 ◦ green 246 ◦ blue 134

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

Shades of Spring Green #2EF686

Tints of Spring Green #2EF686

RGB

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

 GREEN value IS 246 (96.48% from 255) = 57.75%

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

R = 10.8%
G = 57.75%
B = 31.46%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#2EF686 (or 0x2EF686) is known color: Spring Green. HEX triplet: 2E, F6 and 86. RGB value is (46,246,134). Sum of RGB (Red+Green+Blue) = 46+246+134=426 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.80% from 426); Green value is 246 (96.48% from 255 or 57.75% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF686 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF686 is #D10979. Grayscale: #ADADAD. Windows color (decimal): -13699450 or 8844846. OLE color: 8844846.

HSL color Cylindrical-coordinate representation of color #2EF686: hue angle of 146.4º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF686 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 46 246 134 -
CMYK 0.81 0 0.46 0.04
HSL 146.4º 0.92% 0.57% -
HSV(B) 146.4º 0.81% 0.96% -
XYZ 38.39 68.21 33.7 -
YUV 173.43 105.74 37.11 -
System Red Green Blue C M Y K H S L
Decimal 46 246 134 0.81 0 0.46 0.04 146.4 0.92 0.57
Hex 2E F6 86 51 0 2E 4 92 5C 39
Octal 56 366 206 121 0 56 4 222 134 71
Binary 101110 11110110 10000110 1010001 0 101110 100 10010010 1011100 111001

Color Harmonies of #2EF686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF686

Black with #2EF686

Text Example


Text Example

White with #2EF686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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