Html Css Color HEX #2EB970 Medium Sea Green

📋 copy color: '#2EB970'

red 46 ◦ green 185 ◦ blue 112

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

Shades of Medium Sea Green #2EB970

Tints of Medium Sea Green #2EB970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.94%

 BLUE value IS 112 (44.14% from 255) = 32.65%

R = 13.41%
G = 53.94%
B = 32.65%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#2EB970 (or 0x2EB970) is known color: Medium Sea Green. HEX triplet: 2E, B9 and 70. RGB value is (46,185,112). Sum of RGB (Red+Green+Blue) = 46+185+112=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 185 (72.66% from 255 or 53.94% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB970 is #D1468F. Grayscale: #878787. Windows color (decimal): -13715088 or 7387438. OLE color: 7387438.

HSL color Cylindrical-coordinate representation of color #2EB970: hue angle of 148.49º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB970 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 185 112 -
CMYK 0.75 0 0.39 0.27
HSL 148.49º 0.6% 0.45% -
HSV(B) 148.49º 0.75% 0.73% -
XYZ 21.4 36.45 21.24 -
YUV 135.12 114.95 64.44 -
System Red Green Blue C M Y K H S L
Decimal 46 185 112 0.75 0 0.39 0.27 148.49 0.6 0.45
Hex 2E B9 70 4B 0 27 1B 94 3C 2D
Octal 56 271 160 113 0 47 33 224 74 55
Binary 101110 10111001 1110000 1001011 0 100111 11011 10010100 111100 101101

Color Harmonies of #2EB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB970

Black with #2EB970

Text Example


Text Example

White with #2EB970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,185,112); }

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

background-color css

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

 a { background-color: rgb(46,185,112); }

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

border-color css

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

 span { border-color: rgb(46,185,112); }

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