Html Css Color HEX #2DE478 Emerald

📋 copy color: '#2DE478'

red 45 ◦ green 228 ◦ blue 120

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

Shades of Emerald #2DE478

Tints of Emerald #2DE478

RGB

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

 GREEN value IS 228 (89.45% from 255) = 58.02%

 BLUE value IS 120 (47.27% from 255) = 30.53%

R = 11.45%
G = 58.02%
B = 30.53%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#2DE478 (or 0x2DE478) is known color: Emerald. HEX triplet: 2D, E4 and 78. RGB value is (45,228,120). Sum of RGB (Red+Green+Blue) = 45+228+120=393 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.45% from 393); Green value is 228 (89.45% from 255 or 58.02% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 228 - color contains mainly: green. Hex color #2DE478 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE478 is #D21B87. Grayscale: #A1A1A1. Windows color (decimal): -13769608 or 7922733. OLE color: 7922733.

HSL color Cylindrical-coordinate representation of color #2DE478: hue angle of 144.59º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE478 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 45 228 120 -
CMYK 0.80 0 0.47 0.11
HSL 144.59º 0.77% 0.54% -
HSV(B) 144.59º 0.8% 0.89% -
XYZ 32.22 57.4 27.15 -
YUV 160.97 104.87 45.28 -
System Red Green Blue C M Y K H S L
Decimal 45 228 120 0.80 0 0.47 0.11 144.59 0.77 0.54
Hex 2D E4 78 50 0 2F B 91 4D 36
Octal 55 344 170 120 0 57 13 221 115 66
Binary 101101 11100100 1111000 1010000 0 101111 1011 10010001 1001101 110110

Color Harmonies of #2DE478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE478

Black with #2DE478

Text Example


Text Example

White with #2DE478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,228,120); }

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

background-color css

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

 a { background-color: rgb(45,228,120); }

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

border-color css

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

 span { border-color: rgb(45,228,120); }

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