Html Css Color HEX #2EEB8E Shamrock

📋 copy color: '#2EEB8E'

red 46 ◦ green 235 ◦ blue 142

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

Shades of Shamrock #2EEB8E

Tints of Shamrock #2EEB8E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 55.56%

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

R = 10.87%
G = 55.56%
B = 33.57%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#2EEB8E (or 0x2EEB8E) is known color: Shamrock. HEX triplet: 2E, EB and 8E. RGB value is (46,235,142). Sum of RGB (Red+Green+Blue) = 46+235+142=423 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.87% from 423); Green value is 235 (92.19% from 255 or 55.56% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB8E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEB8E is #D11471. Grayscale: #A8A8A8. Windows color (decimal): -13702258 or 9366318. OLE color: 9366318.

HSL color Cylindrical-coordinate representation of color #2EEB8E: hue angle of 150.48º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEB8E is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 235 142 -
CMYK 0.80 0 0.40 0.08
HSL 150.48º 0.83% 0.55% -
HSV(B) 150.48º 0.8% 0.92% -
XYZ 35.72 61.95 35.67 -
YUV 167.89 113.38 41.06 -
System Red Green Blue C M Y K H S L
Decimal 46 235 142 0.80 0 0.40 0.08 150.48 0.83 0.55
Hex 2E EB 8E 50 0 28 8 96 53 37
Octal 56 353 216 120 0 50 10 226 123 67
Binary 101110 11101011 10001110 1010000 0 101000 1000 10010110 1010011 110111

Color Harmonies of #2EEB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEB8E

Black with #2EEB8E

Text Example


Text Example

White with #2EEB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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