Html Css Color HEX #2EFFAF Medium Spring Green

📋 copy color: '#2EFFAF'

red 46 ◦ green 255 ◦ blue 175

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

Shades of Medium Spring Green #2EFFAF

Tints of Medium Spring Green #2EFFAF

RGB

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

 GREEN value IS 255 (100% from 255) = 53.57%

 BLUE value IS 175 (68.75% from 255) = 36.76%

R = 9.66%
G = 53.57%
B = 36.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#2EFFAF (or 0x2EFFAF) is known color: Medium Spring Green. HEX triplet: 2E, FF and AF. RGB value is (46,255,175). Sum of RGB (Red+Green+Blue) = 46+255+175=476 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.66% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFFAF is #D10050. Grayscale: #B7B7B7. Windows color (decimal): -13697105 or 11534126. OLE color: 11534126.

HSL color Cylindrical-coordinate representation of color #2EFFAF: hue angle of 157.03º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFFAF is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 46 255 175 -
CMYK 0.82 0 0.31 0
HSL 157.03º 1% 0.59% -
HSV(B) 157.03º 0.82% 1% -
XYZ 44.62 75.2 52.72 -
YUV 183.39 123.26 30 -
System Red Green Blue C M Y K H S L
Decimal 46 255 175 0.82 0 0.31 0 157.03 1 0.59
Hex 2E FF AF 52 0 1F 0 9D 64 3B
Octal 56 377 257 122 0 37 0 235 144 73
Binary 101110 11111111 10101111 1010010 0 11111 0 10011101 1100100 111011

Color Harmonies of #2EFFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFFAF

Black with #2EFFAF

Text Example


Text Example

White with #2EFFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,255,175); }

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

background-color css

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

 a { background-color: rgb(46,255,175); }

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

border-color css

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

 span { border-color: rgb(46,255,175); }

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