Html Css Color HEX #2EF379 Spring Green

📋 copy color: '#2EF379'

red 46 ◦ green 243 ◦ blue 121

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

Shades of Spring Green #2EF379

Tints of Spring Green #2EF379

RGB

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

 GREEN value IS 243 (95.31% from 255) = 59.27%

 BLUE value IS 121 (47.66% from 255) = 29.51%

R = 11.22%
G = 59.27%
B = 29.51%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#2EF379 (or 0x2EF379) is known color: Spring Green. HEX triplet: 2E, F3 and 79. RGB value is (46,243,121). Sum of RGB (Red+Green+Blue) = 46+243+121=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 243 (95.31% from 255 or 59.27% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF379 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF379 is #D10C86. Grayscale: #AAAAAA. Windows color (decimal): -13700231 or 7992110. OLE color: 7992110.

HSL color Cylindrical-coordinate representation of color #2EF379: hue angle of 142.84º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF379 is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 243 121 -
CMYK 0.81 0 0.50 0.05
HSL 142.84º 0.89% 0.57% -
HSV(B) 142.84º 0.81% 0.95% -
XYZ 36.63 66.06 28.91 -
YUV 170.19 100.23 39.42 -
System Red Green Blue C M Y K H S L
Decimal 46 243 121 0.81 0 0.50 0.05 142.84 0.89 0.57
Hex 2E F3 79 51 0 32 5 8F 59 39
Octal 56 363 171 121 0 62 5 217 131 71
Binary 101110 11110011 1111001 1010001 0 110010 101 10001111 1011001 111001

Color Harmonies of #2EF379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF379

Black with #2EF379

Text Example


Text Example

White with #2EF379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,243,121); }

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

background-color css

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

 a { background-color: rgb(46,243,121); }

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

border-color css

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

 span { border-color: rgb(46,243,121); }

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