Html Css Color HEX #2EFA6A Spring Green

📋 copy color: '#2EFA6A'

red 46 ◦ green 250 ◦ blue 106

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

Shades of Spring Green #2EFA6A

Tints of Spring Green #2EFA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.37%

R = 11.44%
G = 62.19%
B = 26.37%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#2EFA6A (or 0x2EFA6A) is known color: Spring Green. HEX triplet: 2E, FA and 6A. RGB value is (46,250,106). Sum of RGB (Red+Green+Blue) = 46+250+106=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 250 (98.05% from 255 or 62.19% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFA6A is #D10595. Grayscale: #ACACAC. Windows color (decimal): -13698454 or 7010862. OLE color: 7010862.

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

Color convert

RGB 46 250 106 -
CMYK 0.82 0 0.58 0.02
HSL 137.65º 0.95% 0.58% -
HSV(B) 137.65º 0.82% 0.98% -
XYZ 37.91 69.99 25.15 -
YUV 172.59 90.41 37.71 -
System Red Green Blue C M Y K H S L
Decimal 46 250 106 0.82 0 0.58 0.02 137.65 0.95 0.58
Hex 2E FA 6A 52 0 3A 2 8A 5F 3A
Octal 56 372 152 122 0 72 2 212 137 72
Binary 101110 11111010 1101010 1010010 0 111010 10 10001010 1011111 111010

Color Harmonies of #2EFA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFA6A

Black with #2EFA6A

Text Example


Text Example

White with #2EFA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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