#2DE06D

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

Shades of Emerald #2DE06D

Tints of Emerald #2DE06D

Color information

#2DE06D (or 0x2DE06D) is unknown color: approx Emerald. HEX triplet: 2D, E0 and 6D. RGB value is (45,224,109). Sum of RGB (Red+Green+Blue) = 45+224+109=378 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.90% from 378); Green value is 224 (87.89% from 255 or 59.26% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE06D is #D21F92. Grayscale: #9D9D9D. Windows color (decimal): -13770643 or 7200813. OLE color: 7200813.

HSL color Cylindrical-coordinate representation of color #2DE06D: hue angle of 141.45º 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 #2DE06D is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB45224109-
CMYK0.8000.510.12
HSL141.45º74.27%52.75%-
HSV(B)141.45º79.91%87.84%-
XYZ30.554.9723.47-
YUV157.37100.747.85-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.90%
GREEN value IS 224 (87.89% from 255) = 59.26%
BLUE value IS 109 (42.97% from 255) = 28.84%
R=11.90%
G=59.26%
B=28.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal452241090.8000.510.12141.4574.2752.75
Hex2DE06D50033C8d4a35
Octal553401551200631421511265
Binary101101111000001101101101000001100111100100011011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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