Html Css Color HEX #2EED8C Shamrock

📋 copy color: '#2EED8C'

red 46 ◦ green 237 ◦ blue 140

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

Shades of Shamrock #2EED8C

Tints of Shamrock #2EED8C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 56.03%

 BLUE value IS 140 (55.08% from 255) = 33.1%

R = 10.87%
G = 56.03%
B = 33.1%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#2EED8C (or 0x2EED8C) is known color: Shamrock. HEX triplet: 2E, ED and 8C. RGB value is (46,237,140). Sum of RGB (Red+Green+Blue) = 46+237+140=423 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.87% from 423); Green value is 237 (92.97% from 255 or 56.03% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EED8C is #D11273. Grayscale: #A9A9A9. Windows color (decimal): -13701748 or 9235758. OLE color: 9235758.

HSL color Cylindrical-coordinate representation of color #2EED8C: hue angle of 149.53º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EED8C is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 237 140 -
CMYK 0.81 0 0.41 0.07
HSL 149.53º 0.84% 0.55% -
HSV(B) 149.53º 0.81% 0.93% -
XYZ 36.14 63.04 35.07 -
YUV 168.83 111.72 40.39 -
System Red Green Blue C M Y K H S L
Decimal 46 237 140 0.81 0 0.41 0.07 149.53 0.84 0.55
Hex 2E ED 8C 51 0 29 7 96 54 37
Octal 56 355 214 121 0 51 7 226 124 67
Binary 101110 11101101 10001100 1010001 0 101001 111 10010110 1010100 110111

Color Harmonies of #2EED8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EED8C

Black with #2EED8C

Text Example


Text Example

White with #2EED8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,237,140); }

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

background-color css

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

 a { background-color: rgb(46,237,140); }

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

border-color css

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

 span { border-color: rgb(46,237,140); }

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