Html Css Color HEX #2EFD8A Spring Green

📋 copy color: '#2EFD8A'

red 46 ◦ green 253 ◦ blue 138

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

Shades of Spring Green #2EFD8A

Tints of Spring Green #2EFD8A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 57.89%

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

R = 10.53%
G = 57.89%
B = 31.58%

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

#2EFD8A (or 0x2EFD8A) is known color: Spring Green. HEX triplet: 2E, FD and 8A. RGB value is (46,253,138). Sum of RGB (Red+Green+Blue) = 46+253+138=437 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.53% from 437); Green value is 253 (99.22% from 255 or 57.89% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFD8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFD8A is #D10275. Grayscale: #B2B2B2. Windows color (decimal): -13697654 or 9108782. OLE color: 9108782.

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

Color convert

RGB 46 253 138 -
CMYK 0.82 0 0.45 0.01
HSL 146.67º 0.98% 0.59% -
HSV(B) 146.67º 0.82% 0.99% -
XYZ 40.84 72.67 35.92 -
YUV 178 105.42 33.85 -
System Red Green Blue C M Y K H S L
Decimal 46 253 138 0.82 0 0.45 0.01 146.67 0.98 0.59
Hex 2E FD 8A 52 0 2D 1 93 62 3B
Octal 56 375 212 122 0 55 1 223 142 73
Binary 101110 11111101 10001010 1010010 0 101101 1 10010011 1100010 111011

Color Harmonies of #2EFD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFD8A

Black with #2EFD8A

Text Example


Text Example

White with #2EFD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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