Html Css Color HEX #2EB270 Medium Sea Green

📋 copy color: '#2EB270'

red 46 ◦ green 178 ◦ blue 112

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

Shades of Medium Sea Green #2EB270

Tints of Medium Sea Green #2EB270

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.98%

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

R = 13.69%
G = 52.98%
B = 33.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#2EB270 (or 0x2EB270) is known color: Medium Sea Green. HEX triplet: 2E, B2 and 70. RGB value is (46,178,112). Sum of RGB (Red+Green+Blue) = 46+178+112=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 178 (69.92% from 255 or 52.98% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB270 is #D14D8F. Grayscale: #838383. Windows color (decimal): -13716880 or 7385646. OLE color: 7385646.

HSL color Cylindrical-coordinate representation of color #2EB270: hue angle of 150º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB270 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 46 178 112 -
CMYK 0.74 0 0.37 0.30
HSL 150º 0.59% 0.44% -
HSV(B) 150º 0.74% 0.7% -
XYZ 19.97 33.59 20.76 -
YUV 131.01 117.27 67.37 -
System Red Green Blue C M Y K H S L
Decimal 46 178 112 0.74 0 0.37 0.30 150 0.59 0.44
Hex 2E B2 70 4A 0 25 1E 96 3B 2C
Octal 56 262 160 112 0 45 36 226 73 54
Binary 101110 10110010 1110000 1001010 0 100101 11110 10010110 111011 101100

Color Harmonies of #2EB270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB270

Black with #2EB270

Text Example


Text Example

White with #2EB270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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