Html Css Color HEX #2EED8E Shamrock

📋 copy color: '#2EED8E'

red 46 ◦ green 237 ◦ blue 142

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

Shades of Shamrock #2EED8E

Tints of Shamrock #2EED8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.41%

R = 10.82%
G = 55.76%
B = 33.41%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#2EED8E (or 0x2EED8E) is known color: Shamrock. HEX triplet: 2E, ED and 8E. RGB value is (46,237,142). Sum of RGB (Red+Green+Blue) = 46+237+142=425 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.82% from 425); Green value is 237 (92.97% from 255 or 55.76% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED8E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EED8E is #D11271. Grayscale: #A9A9A9. Windows color (decimal): -13701746 or 9366830. OLE color: 9366830.

HSL color Cylindrical-coordinate representation of color #2EED8E: hue angle of 150.16º 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 #2EED8E is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 237 142 -
CMYK 0.81 0 0.40 0.07
HSL 150.16º 0.84% 0.55% -
HSV(B) 150.16º 0.81% 0.93% -
XYZ 36.29 63.1 35.86 -
YUV 169.06 112.72 40.22 -
System Red Green Blue C M Y K H S L
Decimal 46 237 142 0.81 0 0.40 0.07 150.16 0.84 0.55
Hex 2E ED 8E 51 0 28 7 96 54 37
Octal 56 355 216 121 0 50 7 226 124 67
Binary 101110 11101101 10001110 1010001 0 101000 111 10010110 1010100 110111

Color Harmonies of #2EED8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EED8E

Black with #2EED8E

Text Example


Text Example

White with #2EED8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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