Html Css Color HEX #2EF97B Spring Green

📋 copy color: '#2EF97B'

red 46 ◦ green 249 ◦ blue 123

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

Shades of Spring Green #2EF97B

Tints of Spring Green #2EF97B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.43%

R = 11%
G = 59.57%
B = 29.43%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#2EF97B (or 0x2EF97B) is known color: Spring Green. HEX triplet: 2E, F9 and 7B. RGB value is (46,249,123). Sum of RGB (Red+Green+Blue) = 46+249+123=418 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.00% from 418); Green value is 249 (97.66% from 255 or 59.57% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF97B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF97B is #D10684. Grayscale: #AEAEAE. Windows color (decimal): -13698693 or 8124718. OLE color: 8124718.

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

Color convert

RGB 46 249 123 -
CMYK 0.82 0 0.51 0.02
HSL 142.76º 0.94% 0.58% -
HSV(B) 142.76º 0.82% 0.98% -
XYZ 38.58 69.76 30.17 -
YUV 173.94 99.25 36.75 -
System Red Green Blue C M Y K H S L
Decimal 46 249 123 0.82 0 0.51 0.02 142.76 0.94 0.58
Hex 2E F9 7B 52 0 33 2 8F 5E 3A
Octal 56 371 173 122 0 63 2 217 136 72
Binary 101110 11111001 1111011 1010010 0 110011 10 10001111 1011110 111010

Color Harmonies of #2EF97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF97B

Black with #2EF97B

Text Example


Text Example

White with #2EF97B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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