#2ED67B

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

Shades of Shamrock #2ED67B

Tints of Shamrock #2ED67B

Color information

#2ED67B (or 0x2ED67B) is unknown color: approx Shamrock. HEX triplet: 2E, D6 and 7B. RGB value is (46,214,123). Sum of RGB (Red+Green+Blue) = 46+214+123=383 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.01% from 383); Green value is 214 (83.98% from 255 or 55.87% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED67B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED67B is #D12984. Grayscale: #999999. Windows color (decimal): -13707653 or 8115758. OLE color: 8115758.

HSL color Cylindrical-coordinate representation of color #2ED67B: hue angle of 147.5º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED67B is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB46214123-
CMYK0.7900.430.16
HSL147.5º67.2%50.98%-
HSV(B)147.5º78.5%83.92%-
XYZ28.7550.126.89-
YUV153.39110.8451.4-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.01%
GREEN value IS 214 (83.98% from 255) = 55.87%
BLUE value IS 123 (48.44% from 255) = 32.11%
R=12.01%
G=55.87%
B=32.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal462141230.7900.430.16147.567.250.98
Hex2ED67B4F02B10944333
Octal563261731170532022410363
Binary1011101101011011110111001111010101110000100101001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,214,123); }

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

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

 a { background-color: rgb(46,214,123); }

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

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

 span { border-color: rgb(46,214,123); }

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