Html Css Color HEX #2EFC7D Spring Green

📋 copy color: '#2EFC7D'

red 46 ◦ green 252 ◦ blue 125

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

Shades of Spring Green #2EFC7D

Tints of Spring Green #2EFC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.55%

R = 10.87%
G = 59.57%
B = 29.55%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#2EFC7D (or 0x2EFC7D) is known color: Spring Green. HEX triplet: 2E, FC and 7D. RGB value is (46,252,125). Sum of RGB (Red+Green+Blue) = 46+252+125=423 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.87% from 423); Green value is 252 (98.83% from 255 or 59.57% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFC7D is #D10382. Grayscale: #B0B0B0. Windows color (decimal): -13697923 or 8256558. OLE color: 8256558.

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

Color convert

RGB 46 252 125 -
CMYK 0.82 0 0.50 0.01
HSL 143.01º 0.97% 0.58% -
HSV(B) 143.01º 0.82% 0.99% -
XYZ 39.64 71.68 31.15 -
YUV 175.93 99.25 35.33 -
System Red Green Blue C M Y K H S L
Decimal 46 252 125 0.82 0 0.50 0.01 143.01 0.97 0.58
Hex 2E FC 7D 52 0 32 1 8F 61 3A
Octal 56 374 175 122 0 62 1 217 141 72
Binary 101110 11111100 1111101 1010010 0 110010 1 10001111 1100001 111010

Color Harmonies of #2EFC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFC7D

Black with #2EFC7D

Text Example


Text Example

White with #2EFC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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