#2EF196

Color #2EF196 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2EF196

Tints of Shamrock #2EF196

Color information

#2EF196 (or 0x2EF196) is unknown color: approx Shamrock. HEX triplet: 2E, F1 and 96. RGB value is (46,241,150). Sum of RGB (Red+Green+Blue) = 46+241+150=437 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.53% from 437); Green value is 241 (94.53% from 255 or 55.15% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF196 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF196 is #D10E69. Grayscale: #ACACAC. Windows color (decimal): -13700714 or 9892142. OLE color: 9892142.

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

Color convert

RGB46241150-
CMYK0.8100.380.05
HSL152º87.44%56.27%-
HSV(B)152º80.91%94.51%-
XYZ38.0965.6939.53-
YUV172.32115.437.9-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.53%
GREEN value IS 241 (94.53% from 255) = 55.15%
BLUE value IS 150 (58.98% from 255) = 34.32%
R=10.53%
G=55.15%
B=34.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal462411500.8100.380.0515287.4456.27
Hex2EF196510265985738
Octal56361226121046523012770
Binary101110111100011001011010100010100110101100110001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EF196;
 }
 .AnyTagClassName
 {
   color: #2EF196;
 }
</style>
background-color css

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

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

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

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

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

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