Html Css Color HEX #2EB85C Medium Sea Green

📋 copy color: '#2EB85C'

red 46 ◦ green 184 ◦ blue 92

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

Shades of Medium Sea Green #2EB85C

Tints of Medium Sea Green #2EB85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.57%

R = 14.29%
G = 57.14%
B = 28.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#2EB85C (or 0x2EB85C) is known color: Medium Sea Green. HEX triplet: 2E, B8 and 5C. RGB value is (46,184,92). Sum of RGB (Red+Green+Blue) = 46+184+92=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 184 (72.27% from 255 or 57.14% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB85C is #D147A3. Grayscale: #848484. Windows color (decimal): -13715364 or 6076462. OLE color: 6076462.

HSL color Cylindrical-coordinate representation of color #2EB85C: hue angle of 140º 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 #2EB85C is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 46 184 92 -
CMYK 0.75 0 0.50 0.28
HSL 140º 0.6% 0.45% -
HSV(B) 140º 0.75% 0.72% -
XYZ 20.2 35.63 15.94 -
YUV 132.25 105.28 66.48 -
System Red Green Blue C M Y K H S L
Decimal 46 184 92 0.75 0 0.50 0.28 140 0.6 0.45
Hex 2E B8 5C 4B 0 32 1C 8C 3C 2D
Octal 56 270 134 113 0 62 34 214 74 55
Binary 101110 10111000 1011100 1001011 0 110010 11100 10001100 111100 101101

Color Harmonies of #2EB85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB85C

Black with #2EB85C

Text Example


Text Example

White with #2EB85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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