Html Css Color HEX #2EDA81 Shamrock

📋 copy color: '#2EDA81'

red 46 ◦ green 218 ◦ blue 129

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

Shades of Shamrock #2EDA81

Tints of Shamrock #2EDA81

RGB

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

 GREEN value IS 218 (85.55% from 255) = 55.47%

 BLUE value IS 129 (50.78% from 255) = 32.82%

R = 11.7%
G = 55.47%
B = 32.82%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#2EDA81 (or 0x2EDA81) is known color: Shamrock. HEX triplet: 2E, DA and 81. RGB value is (46,218,129). Sum of RGB (Red+Green+Blue) = 46+218+129=393 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.70% from 393); Green value is 218 (85.55% from 255 or 55.47% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDA81 is #D1257E. Grayscale: #9C9C9C. Windows color (decimal): -13706623 or 8509998. OLE color: 8509998.

HSL color Cylindrical-coordinate representation of color #2EDA81: hue angle of 148.95º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDA81 is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 218 129 -
CMYK 0.79 0 0.41 0.15
HSL 148.95º 0.7% 0.52% -
HSV(B) 148.95º 0.79% 0.85% -
XYZ 30.16 52.31 29.28 -
YUV 156.43 112.52 49.24 -
System Red Green Blue C M Y K H S L
Decimal 46 218 129 0.79 0 0.41 0.15 148.95 0.7 0.52
Hex 2E DA 81 4F 0 29 F 95 46 34
Octal 56 332 201 117 0 51 17 225 106 64
Binary 101110 11011010 10000001 1001111 0 101001 1111 10010101 1000110 110100

Color Harmonies of #2EDA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDA81

Black with #2EDA81

Text Example


Text Example

White with #2EDA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,218,129); }

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

background-color css

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

 a { background-color: rgb(46,218,129); }

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

border-color css

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

 span { border-color: rgb(46,218,129); }

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