Html Css Color HEX #2DEC72 Emerald

📋 copy color: '#2DEC72'

red 45 ◦ green 236 ◦ blue 114

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

Shades of Emerald #2DEC72

Tints of Emerald #2DEC72

RGB

 RED value IS 45 (17.97% from 255) = 11.39%

 GREEN value IS 236 (92.58% from 255) = 59.75%

 BLUE value IS 114 (44.92% from 255) = 28.86%

R = 11.39%
G = 59.75%
B = 28.86%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#2DEC72 (or 0x2DEC72) is known color: Emerald. HEX triplet: 2D, EC and 72. RGB value is (45,236,114). Sum of RGB (Red+Green+Blue) = 45+236+114=395 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.39% from 395); Green value is 236 (92.58% from 255 or 59.75% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 236 - color contains mainly: green. Hex color #2DEC72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DEC72 is #D2138D. Grayscale: #A5A5A5. Windows color (decimal): -13767566 or 7531565. OLE color: 7531565.

HSL color Cylindrical-coordinate representation of color #2DEC72: hue angle of 141.68º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEC72 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 45 236 114 -
CMYK 0.81 0 0.52 0.07
HSL 141.68º 0.83% 0.55% -
HSV(B) 141.68º 0.81% 0.93% -
XYZ 34.11 61.76 26.04 -
YUV 164.98 99.22 42.42 -
System Red Green Blue C M Y K H S L
Decimal 45 236 114 0.81 0 0.52 0.07 141.68 0.83 0.55
Hex 2D EC 72 51 0 34 7 8E 53 37
Octal 55 354 162 121 0 64 7 216 123 67
Binary 101101 11101100 1110010 1010001 0 110100 111 10001110 1010011 110111

Color Harmonies of #2DEC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEC72

Black with #2DEC72

Text Example


Text Example

White with #2DEC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,236,114); }

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

background-color css

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

 a { background-color: rgb(45,236,114); }

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

border-color css

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

 span { border-color: rgb(45,236,114); }

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