Html Css Color HEX #2EB268 Medium Sea Green

📋 copy color: '#2EB268'

red 46 ◦ green 178 ◦ blue 104

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

Shades of Medium Sea Green #2EB268

Tints of Medium Sea Green #2EB268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.71%

R = 14.02%
G = 54.27%
B = 31.71%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#2EB268 (or 0x2EB268) is known color: Medium Sea Green. HEX triplet: 2E, B2 and 68. RGB value is (46,178,104). Sum of RGB (Red+Green+Blue) = 46+178+104=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 178 (69.92% from 255 or 54.27% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB268 is #D14D97. Grayscale: #828282. Windows color (decimal): -13716888 or 6861358. OLE color: 6861358.

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

Color convert

RGB 46 178 104 -
CMYK 0.74 0 0.42 0.30
HSL 146.36º 0.59% 0.44% -
HSV(B) 146.36º 0.74% 0.7% -
XYZ 19.55 33.42 18.52 -
YUV 130.1 113.27 68.02 -
System Red Green Blue C M Y K H S L
Decimal 46 178 104 0.74 0 0.42 0.30 146.36 0.59 0.44
Hex 2E B2 68 4A 0 2A 1E 92 3B 2C
Octal 56 262 150 112 0 52 36 222 73 54
Binary 101110 10110010 1101000 1001010 0 101010 11110 10010010 111011 101100

Color Harmonies of #2EB268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB268

Black with #2EB268

Text Example


Text Example

White with #2EB268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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