Html Css Color HEX #2EFD8C Spring Green

📋 copy color: '#2EFD8C'

red 46 ◦ green 253 ◦ blue 140

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

Shades of Spring Green #2EFD8C

Tints of Spring Green #2EFD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.89%

R = 10.48%
G = 57.63%
B = 31.89%

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

#2EFD8C (or 0x2EFD8C) is known color: Spring Green. HEX triplet: 2E, FD and 8C. RGB value is (46,253,140). Sum of RGB (Red+Green+Blue) = 46+253+140=439 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.48% from 439); Green value is 253 (99.22% from 255 or 57.63% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFD8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFD8C is #D10273. Grayscale: #B2B2B2. Windows color (decimal): -13697652 or 9239854. OLE color: 9239854.

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

Color convert

RGB 46 253 140 -
CMYK 0.82 0 0.45 0.01
HSL 147.25º 0.98% 0.59% -
HSV(B) 147.25º 0.82% 0.99% -
XYZ 40.99 72.72 36.69 -
YUV 178.23 106.42 33.69 -
System Red Green Blue C M Y K H S L
Decimal 46 253 140 0.82 0 0.45 0.01 147.25 0.98 0.59
Hex 2E FD 8C 52 0 2D 1 93 62 3B
Octal 56 375 214 122 0 55 1 223 142 73
Binary 101110 11111101 10001100 1010010 0 101101 1 10010011 1100010 111011

Color Harmonies of #2EFD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFD8C

Black with #2EFD8C

Text Example


Text Example

White with #2EFD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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