Html Css Color HEX #2EFC7F Spring Green

📋 copy color: '#2EFC7F'

red 46 ◦ green 252 ◦ blue 127

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

Shades of Spring Green #2EFC7F

Tints of Spring Green #2EFC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.88%

R = 10.82%
G = 59.29%
B = 29.88%

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

#2EFC7F (or 0x2EFC7F) is known color: Spring Green. HEX triplet: 2E, FC and 7F. RGB value is (46,252,127). Sum of RGB (Red+Green+Blue) = 46+252+127=425 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.82% from 425); Green value is 252 (98.83% from 255 or 59.29% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFC7F is #D10380. Grayscale: #B0B0B0. Windows color (decimal): -13697921 or 8387630. OLE color: 8387630.

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

Color convert

RGB 46 252 127 -
CMYK 0.82 0 0.50 0.01
HSL 143.59º 0.97% 0.58% -
HSV(B) 143.59º 0.82% 0.99% -
XYZ 39.77 71.73 31.83 -
YUV 176.16 100.25 35.16 -
System Red Green Blue C M Y K H S L
Decimal 46 252 127 0.82 0 0.50 0.01 143.59 0.97 0.58
Hex 2E FC 7F 52 0 32 1 90 61 3A
Octal 56 374 177 122 0 62 1 220 141 72
Binary 101110 11111100 1111111 1010010 0 110010 1 10010000 1100001 111010

Color Harmonies of #2EFC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFC7F

Black with #2EFC7F

Text Example


Text Example

White with #2EFC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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