Html Css Color HEX #2EFC77 Spring Green

📋 copy color: '#2EFC77'

red 46 ◦ green 252 ◦ blue 119

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

Shades of Spring Green #2EFC77

Tints of Spring Green #2EFC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.54%

R = 11.03%
G = 60.43%
B = 28.54%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#2EFC77 (or 0x2EFC77) is known color: Spring Green. HEX triplet: 2E, FC and 77. RGB value is (46,252,119). Sum of RGB (Red+Green+Blue) = 46+252+119=417 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.03% from 417); Green value is 252 (98.83% from 255 or 60.43% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC77 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFC77 is #D10388. Grayscale: #AFAFAF. Windows color (decimal): -13697929 or 7863342. OLE color: 7863342.

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

Color convert

RGB 46 252 119 -
CMYK 0.82 0 0.53 0.01
HSL 141.26º 0.97% 0.58% -
HSV(B) 141.26º 0.82% 0.99% -
XYZ 39.27 71.53 29.19 -
YUV 175.24 96.25 35.81 -
System Red Green Blue C M Y K H S L
Decimal 46 252 119 0.82 0 0.53 0.01 141.26 0.97 0.58
Hex 2E FC 77 52 0 35 1 8D 61 3A
Octal 56 374 167 122 0 65 1 215 141 72
Binary 101110 11111100 1110111 1010010 0 110101 1 10001101 1100001 111010

Color Harmonies of #2EFC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFC77

Black with #2EFC77

Text Example


Text Example

White with #2EFC77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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