Html Css Color HEX #2EF973 Spring Green

📋 copy color: '#2EF973'

red 46 ◦ green 249 ◦ blue 115

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

Shades of Spring Green #2EF973

Tints of Spring Green #2EF973

RGB

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

 GREEN value IS 249 (97.66% from 255) = 60.73%

 BLUE value IS 115 (45.31% from 255) = 28.05%

R = 11.22%
G = 60.73%
B = 28.05%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#2EF973 (or 0x2EF973) is known color: Spring Green. HEX triplet: 2E, F9 and 73. RGB value is (46,249,115). Sum of RGB (Red+Green+Blue) = 46+249+115=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 249 (97.66% from 255 or 60.73% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF973 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF973 is #D1068C. Grayscale: #ADADAD. Windows color (decimal): -13698701 or 7600430. OLE color: 7600430.

HSL color Cylindrical-coordinate representation of color #2EF973: hue angle of 140.39º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EF973 is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 249 115 -
CMYK 0.82 0 0.54 0.02
HSL 140.39º 0.94% 0.58% -
HSV(B) 140.39º 0.82% 0.98% -
XYZ 38.1 69.57 27.64 -
YUV 173.03 95.25 37.4 -
System Red Green Blue C M Y K H S L
Decimal 46 249 115 0.82 0 0.54 0.02 140.39 0.94 0.58
Hex 2E F9 73 52 0 36 2 8C 5E 3A
Octal 56 371 163 122 0 66 2 214 136 72
Binary 101110 11111001 1110011 1010010 0 110110 10 10001100 1011110 111010

Color Harmonies of #2EF973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF973

Black with #2EF973

Text Example


Text Example

White with #2EF973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,249,115); }

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

background-color css

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

 a { background-color: rgb(46,249,115); }

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

border-color css

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

 span { border-color: rgb(46,249,115); }

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