Html Css Color HEX #2EED91 Shamrock

📋 copy color: '#2EED91'

red 46 ◦ green 237 ◦ blue 145

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

Shades of Shamrock #2EED91

Tints of Shamrock #2EED91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.88%

R = 10.75%
G = 55.37%
B = 33.88%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#2EED91 (or 0x2EED91) is known color: Shamrock. HEX triplet: 2E, ED and 91. RGB value is (46,237,145). Sum of RGB (Red+Green+Blue) = 46+237+145=428 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.75% from 428); Green value is 237 (92.97% from 255 or 55.37% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED91 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EED91 is #D1126E. Grayscale: #A9A9A9. Windows color (decimal): -13701743 or 9563438. OLE color: 9563438.

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

Color convert

RGB 46 237 145 -
CMYK 0.81 0 0.39 0.07
HSL 151.1º 0.84% 0.55% -
HSV(B) 151.1º 0.81% 0.93% -
XYZ 36.52 63.19 37.06 -
YUV 169.4 114.22 39.98 -
System Red Green Blue C M Y K H S L
Decimal 46 237 145 0.81 0 0.39 0.07 151.1 0.84 0.55
Hex 2E ED 91 51 0 27 7 97 54 37
Octal 56 355 221 121 0 47 7 227 124 67
Binary 101110 11101101 10010001 1010001 0 100111 111 10010111 1010100 110111

Color Harmonies of #2EED91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EED91

Black with #2EED91

Text Example


Text Example

White with #2EED91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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