Html Css Color HEX #2EB870 Medium Sea Green

📋 copy color: '#2EB870'

red 46 ◦ green 184 ◦ blue 112

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

Shades of Medium Sea Green #2EB870

Tints of Medium Sea Green #2EB870

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.8%

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

R = 13.45%
G = 53.8%
B = 32.75%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#2EB870 (or 0x2EB870) is known color: Medium Sea Green. HEX triplet: 2E, B8 and 70. RGB value is (46,184,112). Sum of RGB (Red+Green+Blue) = 46+184+112=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 184 (72.27% from 255 or 53.80% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB870 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB870 is #D1478F. Grayscale: #868686. Windows color (decimal): -13715344 or 7387182. OLE color: 7387182.

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

Color convert

RGB 46 184 112 -
CMYK 0.75 0 0.39 0.28
HSL 148.7º 0.6% 0.45% -
HSV(B) 148.7º 0.75% 0.72% -
XYZ 21.19 36.03 21.17 -
YUV 134.53 115.28 64.85 -
System Red Green Blue C M Y K H S L
Decimal 46 184 112 0.75 0 0.39 0.28 148.7 0.6 0.45
Hex 2E B8 70 4B 0 27 1C 95 3C 2D
Octal 56 270 160 113 0 47 34 225 74 55
Binary 101110 10111000 1110000 1001011 0 100111 11100 10010101 111100 101101

Color Harmonies of #2EB870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB870

Black with #2EB870

Text Example


Text Example

White with #2EB870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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