Html Css Color HEX #2EDD7B Shamrock

📋 copy color: '#2EDD7B'

red 46 ◦ green 221 ◦ blue 123

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

Shades of Shamrock #2EDD7B

Tints of Shamrock #2EDD7B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 56.67%

 BLUE value IS 123 (48.44% from 255) = 31.54%

R = 11.79%
G = 56.67%
B = 31.54%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#2EDD7B (or 0x2EDD7B) is known color: Shamrock. HEX triplet: 2E, DD and 7B. RGB value is (46,221,123). Sum of RGB (Red+Green+Blue) = 46+221+123=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 221 (86.72% from 255 or 56.67% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDD7B is #D12284. Grayscale: #9D9D9D. Windows color (decimal): -13705861 or 8117550. OLE color: 8117550.

HSL color Cylindrical-coordinate representation of color #2EDD7B: hue angle of 146.4º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDD7B is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 221 123 -
CMYK 0.79 0 0.44 0.13
HSL 146.4º 0.72% 0.52% -
HSV(B) 146.4º 0.79% 0.87% -
XYZ 30.56 53.72 27.5 -
YUV 157.5 108.52 48.47 -
System Red Green Blue C M Y K H S L
Decimal 46 221 123 0.79 0 0.44 0.13 146.4 0.72 0.52
Hex 2E DD 7B 4F 0 2C D 92 48 34
Octal 56 335 173 117 0 54 15 222 110 64
Binary 101110 11011101 1111011 1001111 0 101100 1101 10010010 1001000 110100

Color Harmonies of #2EDD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD7B

Black with #2EDD7B

Text Example


Text Example

White with #2EDD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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