Html Css Color HEX #2EF191 Shamrock

📋 copy color: '#2EF191'

red 46 ◦ green 241 ◦ blue 145

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

Shades of Shamrock #2EF191

Tints of Shamrock #2EF191

RGB

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

 GREEN value IS 241 (94.53% from 255) = 55.79%

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

R = 10.65%
G = 55.79%
B = 33.56%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#2EF191 (or 0x2EF191) is known color: Shamrock. HEX triplet: 2E, F1 and 91. RGB value is (46,241,145). Sum of RGB (Red+Green+Blue) = 46+241+145=432 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.65% from 432); Green value is 241 (94.53% from 255 or 55.79% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF191 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF191 is #D10E6E. Grayscale: #ABABAB. Windows color (decimal): -13700719 or 9564462. OLE color: 9564462.

HSL color Cylindrical-coordinate representation of color #2EF191: hue angle of 150.46º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF191 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 241 145 -
CMYK 0.81 0 0.40 0.05
HSL 150.46º 0.87% 0.56% -
HSV(B) 150.46º 0.81% 0.95% -
XYZ 37.69 65.54 37.45 -
YUV 171.75 112.9 38.31 -
System Red Green Blue C M Y K H S L
Decimal 46 241 145 0.81 0 0.40 0.05 150.46 0.87 0.56
Hex 2E F1 91 51 0 28 5 96 57 38
Octal 56 361 221 121 0 50 5 226 127 70
Binary 101110 11110001 10010001 1010001 0 101000 101 10010110 1010111 111000

Color Harmonies of #2EF191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF191

Black with #2EF191

Text Example


Text Example

White with #2EF191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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