Html Css Color HEX #2EEB96 Shamrock

📋 copy color: '#2EEB96'

red 46 ◦ green 235 ◦ blue 150

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

Shades of Shamrock #2EEB96

Tints of Shamrock #2EEB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.8%

R = 10.67%
G = 54.52%
B = 34.8%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#2EEB96 (or 0x2EEB96) is known color: Shamrock. HEX triplet: 2E, EB and 96. RGB value is (46,235,150). Sum of RGB (Red+Green+Blue) = 46+235+150=431 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.67% from 431); Green value is 235 (92.19% from 255 or 54.52% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEB96 is #D11469. Grayscale: #A8A8A8. Windows color (decimal): -13702250 or 9890606. OLE color: 9890606.

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

Color convert

RGB 46 235 150 -
CMYK 0.80 0 0.36 0.08
HSL 153.02º 0.83% 0.55% -
HSV(B) 153.02º 0.8% 0.92% -
XYZ 36.34 62.2 38.94 -
YUV 168.8 117.38 40.41 -
System Red Green Blue C M Y K H S L
Decimal 46 235 150 0.80 0 0.36 0.08 153.02 0.83 0.55
Hex 2E EB 96 50 0 24 8 99 53 37
Octal 56 353 226 120 0 44 10 231 123 67
Binary 101110 11101011 10010110 1010000 0 100100 1000 10011001 1010011 110111

Color Harmonies of #2EEB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEB96

Black with #2EEB96

Text Example


Text Example

White with #2EEB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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