Html Css Color HEX #2DDA6B Emerald

📋 copy color: '#2DDA6B'

red 45 ◦ green 218 ◦ blue 107

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

Shades of Emerald #2DDA6B

Tints of Emerald #2DDA6B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 58.92%

 BLUE value IS 107 (42.19% from 255) = 28.92%

R = 12.16%
G = 58.92%
B = 28.92%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#2DDA6B (or 0x2DDA6B) is known color: Emerald. HEX triplet: 2D, DA and 6B. RGB value is (45,218,107). Sum of RGB (Red+Green+Blue) = 45+218+107=370 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.16% from 370); Green value is 218 (85.55% from 255 or 58.92% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 218 - color contains mainly: green. Hex color #2DDA6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDA6B is #D22594. Grayscale: #999999. Windows color (decimal): -13772181 or 7068205. OLE color: 7068205.

HSL color Cylindrical-coordinate representation of color #2DDA6B: hue angle of 141.5º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDA6B is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 45 218 107 -
CMYK 0.79 0 0.51 0.15
HSL 141.5º 0.7% 0.52% -
HSV(B) 141.5º 0.79% 0.85% -
XYZ 28.81 51.76 22.38 -
YUV 153.62 101.69 50.53 -
System Red Green Blue C M Y K H S L
Decimal 45 218 107 0.79 0 0.51 0.15 141.5 0.7 0.52
Hex 2D DA 6B 4F 0 33 F 8E 46 34
Octal 55 332 153 117 0 63 17 216 106 64
Binary 101101 11011010 1101011 1001111 0 110011 1111 10001110 1000110 110100

Color Harmonies of #2DDA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDA6B

Black with #2DDA6B

Text Example


Text Example

White with #2DDA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,218,107); }

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

background-color css

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

 a { background-color: rgb(45,218,107); }

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

border-color css

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

 span { border-color: rgb(45,218,107); }

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