Html Css Color HEX #2EBF5A Medium Sea Green

📋 copy color: '#2EBF5A'

red 46 ◦ green 191 ◦ blue 90

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

Shades of Medium Sea Green #2EBF5A

Tints of Medium Sea Green #2EBF5A

RGB

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

 GREEN value IS 191 (75% from 255) = 58.41%

 BLUE value IS 90 (35.55% from 255) = 27.52%

R = 14.07%
G = 58.41%
B = 27.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#2EBF5A (or 0x2EBF5A) is known color: Medium Sea Green. HEX triplet: 2E, BF and 5A. RGB value is (46,191,90). Sum of RGB (Red+Green+Blue) = 46+191+90=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 191 (75% from 255 or 58.41% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBF5A is #D140A5. Grayscale: #888888. Windows color (decimal): -13713574 or 5947182. OLE color: 5947182.

HSL color Cylindrical-coordinate representation of color #2EBF5A: hue angle of 138.21º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBF5A is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 191 90 -
CMYK 0.76 0 0.53 0.25
HSL 138.21º 0.61% 0.46% -
HSV(B) 138.21º 0.76% 0.75% -
XYZ 21.6 38.58 15.98 -
YUV 136.13 101.96 63.71 -
System Red Green Blue C M Y K H S L
Decimal 46 191 90 0.76 0 0.53 0.25 138.21 0.61 0.46
Hex 2E BF 5A 4C 0 35 19 8A 3D 2E
Octal 56 277 132 114 0 65 31 212 75 56
Binary 101110 10111111 1011010 1001100 0 110101 11001 10001010 111101 101110

Color Harmonies of #2EBF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBF5A

Black with #2EBF5A

Text Example


Text Example

White with #2EBF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,191,90); }

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

background-color css

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

 a { background-color: rgb(46,191,90); }

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

border-color css

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

 span { border-color: rgb(46,191,90); }

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