Html Css Color HEX #2DDB75 Emerald

📋 copy color: '#2DDB75'

red 45 ◦ green 219 ◦ blue 117

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

Shades of Emerald #2DDB75

Tints of Emerald #2DDB75

RGB

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

 GREEN value IS 219 (85.94% from 255) = 57.48%

 BLUE value IS 117 (46.09% from 255) = 30.71%

R = 11.81%
G = 57.48%
B = 30.71%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#2DDB75 (or 0x2DDB75) is known color: Emerald. HEX triplet: 2D, DB and 75. RGB value is (45,219,117). Sum of RGB (Red+Green+Blue) = 45+219+117=381 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.81% from 381); Green value is 219 (85.94% from 255 or 57.48% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDB75 is #D2248A. Grayscale: #9B9B9B. Windows color (decimal): -13771915 or 7723821. OLE color: 7723821.

HSL color Cylindrical-coordinate representation of color #2DDB75: hue angle of 144.83º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDB75 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 45 219 117 -
CMYK 0.79 0 0.47 0.14
HSL 144.83º 0.71% 0.52% -
HSV(B) 144.83º 0.79% 0.86% -
XYZ 29.62 52.51 25.4 -
YUV 155.35 106.35 49.29 -
System Red Green Blue C M Y K H S L
Decimal 45 219 117 0.79 0 0.47 0.14 144.83 0.71 0.52
Hex 2D DB 75 4F 0 2F E 91 47 34
Octal 55 333 165 117 0 57 16 221 107 64
Binary 101101 11011011 1110101 1001111 0 101111 1110 10010001 1000111 110100

Color Harmonies of #2DDB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDB75

Black with #2DDB75

Text Example


Text Example

White with #2DDB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,219,117); }

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

background-color css

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

 a { background-color: rgb(45,219,117); }

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

border-color css

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

 span { border-color: rgb(45,219,117); }

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