Html Css Color HEX #2EEB8B Shamrock

📋 copy color: '#2EEB8B'

red 46 ◦ green 235 ◦ blue 139

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

Shades of Shamrock #2EEB8B

Tints of Shamrock #2EEB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.1%

R = 10.95%
G = 55.95%
B = 33.1%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#2EEB8B (or 0x2EEB8B) is known color: Shamrock. HEX triplet: 2E, EB and 8B. RGB value is (46,235,139). Sum of RGB (Red+Green+Blue) = 46+235+139=420 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.95% from 420); Green value is 235 (92.19% from 255 or 55.95% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEB8B is #D11474. Grayscale: #A7A7A7. Windows color (decimal): -13702261 or 9169710. OLE color: 9169710.

HSL color Cylindrical-coordinate representation of color #2EEB8B: hue angle of 149.52º 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 #2EEB8B is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 235 139 -
CMYK 0.80 0 0.41 0.08
HSL 149.52º 0.83% 0.55% -
HSV(B) 149.52º 0.8% 0.92% -
XYZ 35.5 61.86 34.5 -
YUV 167.55 111.88 41.31 -
System Red Green Blue C M Y K H S L
Decimal 46 235 139 0.80 0 0.41 0.08 149.52 0.83 0.55
Hex 2E EB 8B 50 0 29 8 96 53 37
Octal 56 353 213 120 0 51 10 226 123 67
Binary 101110 11101011 10001011 1010000 0 101001 1000 10010110 1010011 110111

Color Harmonies of #2EEB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEB8B

Black with #2EEB8B

Text Example


Text Example

White with #2EEB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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