Html Css Color HEX #2ED798 Shamrock

📋 copy color: '#2ED798'

red 46 ◦ green 215 ◦ blue 152

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

Shades of Shamrock #2ED798

Tints of Shamrock #2ED798

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.06%

 BLUE value IS 152 (59.77% from 255) = 36.8%

R = 11.14%
G = 52.06%
B = 36.8%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#2ED798 (or 0x2ED798) is known color: Shamrock. HEX triplet: 2E, D7 and 98. RGB value is (46,215,152). Sum of RGB (Red+Green+Blue) = 46+215+152=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 215 (84.38% from 255 or 52.06% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED798 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED798 is #D12867. Grayscale: #9D9D9D. Windows color (decimal): -13707368 or 10016558. OLE color: 10016558.

HSL color Cylindrical-coordinate representation of color #2ED798: hue angle of 157.63º degrees, saturation: 0.68, 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 #2ED798 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 215 152 -
CMYK 0.79 0 0.29 0.16
HSL 157.63º 0.68% 0.51% -
HSV(B) 157.63º 0.79% 0.84% -
XYZ 31.09 51.45 38 -
YUV 157.29 125.01 48.62 -
System Red Green Blue C M Y K H S L
Decimal 46 215 152 0.79 0 0.29 0.16 157.63 0.68 0.51
Hex 2E D7 98 4F 0 1D 10 9E 44 33
Octal 56 327 230 117 0 35 20 236 104 63
Binary 101110 11010111 10011000 1001111 0 11101 10000 10011110 1000100 110011

Color Harmonies of #2ED798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED798

Black with #2ED798

Text Example


Text Example

White with #2ED798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,215,152); }

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

background-color css

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

 a { background-color: rgb(46,215,152); }

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

border-color css

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

 span { border-color: rgb(46,215,152); }

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