Html Css Color HEX #2EFC8A Spring Green

📋 copy color: '#2EFC8A'

red 46 ◦ green 252 ◦ blue 138

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

Shades of Spring Green #2EFC8A

Tints of Spring Green #2EFC8A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 57.8%

 BLUE value IS 138 (54.3% from 255) = 31.65%

R = 10.55%
G = 57.8%
B = 31.65%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#2EFC8A (or 0x2EFC8A) is known color: Spring Green. HEX triplet: 2E, FC and 8A. RGB value is (46,252,138). Sum of RGB (Red+Green+Blue) = 46+252+138=436 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.55% from 436); Green value is 252 (98.83% from 255 or 57.80% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFC8A is #D10375. Grayscale: #B1B1B1. Windows color (decimal): -13697910 or 9108526. OLE color: 9108526.

HSL color Cylindrical-coordinate representation of color #2EFC8A: hue angle of 146.8º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFC8A is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 252 138 -
CMYK 0.82 0 0.45 0.01
HSL 146.8º 0.97% 0.58% -
HSV(B) 146.8º 0.82% 0.99% -
XYZ 40.52 72.04 35.81 -
YUV 177.41 105.75 34.27 -
System Red Green Blue C M Y K H S L
Decimal 46 252 138 0.82 0 0.45 0.01 146.8 0.97 0.58
Hex 2E FC 8A 52 0 2D 1 93 61 3A
Octal 56 374 212 122 0 55 1 223 141 72
Binary 101110 11111100 10001010 1010010 0 101101 1 10010011 1100001 111010

Color Harmonies of #2EFC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFC8A

Black with #2EFC8A

Text Example


Text Example

White with #2EFC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,252,138); }

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

background-color css

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

 a { background-color: rgb(46,252,138); }

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

border-color css

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

 span { border-color: rgb(46,252,138); }

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