#2DE078

Color #2DE078 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #2DE078

Tints of Emerald #2DE078

Color information

#2DE078 (or 0x2DE078) is unknown color: approx Emerald. HEX triplet: 2D, E0 and 78. RGB value is (45,224,120). Sum of RGB (Red+Green+Blue) = 45+224+120=389 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.57% from 389); Green value is 224 (87.89% from 255 or 57.58% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE078 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE078 is #D21F87. Grayscale: #9E9E9E. Windows color (decimal): -13770632 or 7921709. OLE color: 7921709.

HSL color Cylindrical-coordinate representation of color #2DE078: hue angle of 145.14º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE078 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB45224120-
CMYK0.8000.460.12
HSL145.14º74.27%52.75%-
HSV(B)145.14º79.91%87.84%-
XYZ31.1355.2326.79-
YUV158.62106.246.96-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.57%
GREEN value IS 224 (87.89% from 255) = 57.58%
BLUE value IS 120 (47.27% from 255) = 30.85%
R=11.57%
G=57.58%
B=30.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal452241200.8000.460.12145.1474.2752.75
Hex2DE0785002EC914a35
Octal553401701200561422111265
Binary101101111000001111000101000001011101100100100011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2DE078;
 }
 .AnyTagClassName
 {
   color: #2DE078;
 }
</style>
background-color css

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

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

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

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

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

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