#2DE178

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

Shades of Emerald #2DE178

Tints of Emerald #2DE178

Color information

#2DE178 (or 0x2DE178) is unknown color: approx Emerald. HEX triplet: 2D, E1 and 78. RGB value is (45,225,120). Sum of RGB (Red+Green+Blue) = 45+225+120=390 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.54% from 390); Green value is 225 (88.28% from 255 or 57.69% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 225 - color contains mainly: green. Hex color #2DE178 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE178 is #D21E87. Grayscale: #9F9F9F. Windows color (decimal): -13770376 or 7921965. OLE color: 7921965.

HSL color Cylindrical-coordinate representation of color #2DE178: hue angle of 145º degrees, saturation: 0.75, 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 #2DE178 is Cyan = 0.8, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB45225120-
CMYK0.800.470.12
HSL145º75%52.94%-
HSV(B)145º80%88.24%-
XYZ31.455.7626.88-
YUV159.21105.8746.54-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.54%
GREEN value IS 225 (88.28% from 255) = 57.69%
BLUE value IS 120 (47.27% from 255) = 30.77%
R=11.54%
G=57.69%
B=30.77%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal452251200.800.470.121457552.94
Hex2DE1785002FC914b35
Octal553411701200571422111365
Binary101101111000011111000101000001011111100100100011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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