Html Css Color HEX #2EEE96 Shamrock

📋 copy color: '#2EEE96'

red 46 ◦ green 238 ◦ blue 150

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

Shades of Shamrock #2EEE96

Tints of Shamrock #2EEE96

RGB

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

 GREEN value IS 238 (93.36% from 255) = 54.84%

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

R = 10.6%
G = 54.84%
B = 34.56%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#2EEE96 (or 0x2EEE96) is known color: Shamrock. HEX triplet: 2E, EE and 96. RGB value is (46,238,150). Sum of RGB (Red+Green+Blue) = 46+238+150=434 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.60% from 434); Green value is 238 (93.36% from 255 or 54.84% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEE96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEE96 is #D11169. Grayscale: #AAAAAA. Windows color (decimal): -13701482 or 9891374. OLE color: 9891374.

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

Color convert

RGB 46 238 150 -
CMYK 0.81 0 0.37 0.07
HSL 152.5º 0.85% 0.56% -
HSV(B) 152.5º 0.81% 0.93% -
XYZ 37.21 63.93 39.23 -
YUV 170.56 116.39 39.16 -
System Red Green Blue C M Y K H S L
Decimal 46 238 150 0.81 0 0.37 0.07 152.5 0.85 0.56
Hex 2E EE 96 51 0 25 7 98 55 38
Octal 56 356 226 121 0 45 7 230 125 70
Binary 101110 11101110 10010110 1010001 0 100101 111 10011000 1010101 111000

Color Harmonies of #2EEE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEE96

Black with #2EEE96

Text Example


Text Example

White with #2EEE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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