Html Css Color HEX #2EB965 Medium Sea Green

📋 copy color: '#2EB965'

red 46 ◦ green 185 ◦ blue 101

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

Shades of Medium Sea Green #2EB965

Tints of Medium Sea Green #2EB965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.42%

R = 13.86%
G = 55.72%
B = 30.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#2EB965 (or 0x2EB965) is known color: Medium Sea Green. HEX triplet: 2E, B9 and 65. RGB value is (46,185,101). Sum of RGB (Red+Green+Blue) = 46+185+101=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 185 (72.66% from 255 or 55.72% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB965 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB965 is #D1469A. Grayscale: #868686. Windows color (decimal): -13715099 or 6666542. OLE color: 6666542.

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

Color convert

RGB 46 185 101 -
CMYK 0.75 0 0.45 0.27
HSL 143.74º 0.6% 0.45% -
HSV(B) 143.74º 0.75% 0.73% -
XYZ 20.82 36.22 18.21 -
YUV 133.86 109.45 65.33 -
System Red Green Blue C M Y K H S L
Decimal 46 185 101 0.75 0 0.45 0.27 143.74 0.6 0.45
Hex 2E B9 65 4B 0 2D 1B 90 3C 2D
Octal 56 271 145 113 0 55 33 220 74 55
Binary 101110 10111001 1100101 1001011 0 101101 11011 10010000 111100 101101

Color Harmonies of #2EB965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB965

Black with #2EB965

Text Example


Text Example

White with #2EB965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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