Html Css Color HEX #2EDD81 Shamrock

📋 copy color: '#2EDD81'

red 46 ◦ green 221 ◦ blue 129

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

Shades of Shamrock #2EDD81

Tints of Shamrock #2EDD81

RGB

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

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

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

R = 11.62%
G = 55.81%
B = 32.58%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#2EDD81 (or 0x2EDD81) is known color: Shamrock. HEX triplet: 2E, DD and 81. RGB value is (46,221,129). Sum of RGB (Red+Green+Blue) = 46+221+129=396 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.62% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDD81 is #D1227E. Grayscale: #9E9E9E. Windows color (decimal): -13705855 or 8510766. OLE color: 8510766.

HSL color Cylindrical-coordinate representation of color #2EDD81: hue angle of 148.46º 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 #2EDD81 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 221 129 -
CMYK 0.79 0 0.42 0.13
HSL 148.46º 0.72% 0.52% -
HSV(B) 148.46º 0.79% 0.87% -
XYZ 30.95 53.88 29.54 -
YUV 158.19 111.52 47.98 -
System Red Green Blue C M Y K H S L
Decimal 46 221 129 0.79 0 0.42 0.13 148.46 0.72 0.52
Hex 2E DD 81 4F 0 2A D 94 48 34
Octal 56 335 201 117 0 52 15 224 110 64
Binary 101110 11011101 10000001 1001111 0 101010 1101 10010100 1001000 110100

Color Harmonies of #2EDD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD81

Black with #2EDD81

Text Example


Text Example

White with #2EDD81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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