Html Css Color HEX #2EF077 Spring Green

📋 copy color: '#2EF077'

red 46 ◦ green 240 ◦ blue 119

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

Shades of Spring Green #2EF077

Tints of Spring Green #2EF077

RGB

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

 GREEN value IS 240 (94.14% from 255) = 59.26%

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

R = 11.36%
G = 59.26%
B = 29.38%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#2EF077 (or 0x2EF077) is known color: Spring Green. HEX triplet: 2E, F0 and 77. RGB value is (46,240,119). Sum of RGB (Red+Green+Blue) = 46+240+119=405 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.36% from 405); Green value is 240 (94.14% from 255 or 59.26% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF077 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF077 is #D10F88. Grayscale: #A8A8A8. Windows color (decimal): -13701001 or 7860270. OLE color: 7860270.

HSL color Cylindrical-coordinate representation of color #2EF077: hue angle of 142.58º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF077 is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 240 119 -
CMYK 0.81 0 0.50 0.06
HSL 142.58º 0.87% 0.56% -
HSV(B) 142.58º 0.81% 0.94% -
XYZ 35.62 64.23 27.97 -
YUV 168.2 100.23 40.84 -
System Red Green Blue C M Y K H S L
Decimal 46 240 119 0.81 0 0.50 0.06 142.58 0.87 0.56
Hex 2E F0 77 51 0 32 6 8F 57 38
Octal 56 360 167 121 0 62 6 217 127 70
Binary 101110 11110000 1110111 1010001 0 110010 110 10001111 1010111 111000

Color Harmonies of #2EF077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF077

Black with #2EF077

Text Example


Text Example

White with #2EF077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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