Html Css Color HEX #2EB25F Medium Sea Green

📋 copy color: '#2EB25F'

red 46 ◦ green 178 ◦ blue 95

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

Shades of Medium Sea Green #2EB25F

Tints of Medium Sea Green #2EB25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.78%

R = 14.42%
G = 55.8%
B = 29.78%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#2EB25F (or 0x2EB25F) is known color: Medium Sea Green. HEX triplet: 2E, B2 and 5F. RGB value is (46,178,95). Sum of RGB (Red+Green+Blue) = 46+178+95=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 178 (69.92% from 255 or 55.80% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB25F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB25F is #D14DA0. Grayscale: #818181. Windows color (decimal): -13716897 or 6271534. OLE color: 6271534.

HSL color Cylindrical-coordinate representation of color #2EB25F: hue angle of 142.27º 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 #2EB25F is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 46 178 95 -
CMYK 0.74 0 0.47 0.30
HSL 142.27º 0.59% 0.44% -
HSV(B) 142.27º 0.74% 0.7% -
XYZ 19.11 33.25 16.24 -
YUV 129.07 108.77 68.75 -
System Red Green Blue C M Y K H S L
Decimal 46 178 95 0.74 0 0.47 0.30 142.27 0.59 0.44
Hex 2E B2 5F 4A 0 2F 1E 8E 3B 2C
Octal 56 262 137 112 0 57 36 216 73 54
Binary 101110 10110010 1011111 1001010 0 101111 11110 10001110 111011 101100

Color Harmonies of #2EB25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB25F

Black with #2EB25F

Text Example


Text Example

White with #2EB25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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