Html Css Color HEX #2DDF71 Emerald

📋 copy color: '#2DDF71'

red 45 ◦ green 223 ◦ blue 113

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

Shades of Emerald #2DDF71

Tints of Emerald #2DDF71

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.53%

 BLUE value IS 113 (44.53% from 255) = 29.66%

R = 11.81%
G = 58.53%
B = 29.66%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#2DDF71 (or 0x2DDF71) is known color: Emerald. HEX triplet: 2D, DF and 71. RGB value is (45,223,113). Sum of RGB (Red+Green+Blue) = 45+223+113=381 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.81% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDF71 is #D2208E. Grayscale: #9D9D9D. Windows color (decimal): -13770895 or 7462701. OLE color: 7462701.

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

Color convert

RGB 45 223 113 -
CMYK 0.80 0 0.49 0.13
HSL 142.92º 0.74% 0.53% -
HSV(B) 142.92º 0.8% 0.87% -
XYZ 30.45 54.53 24.54 -
YUV 157.24 103.03 47.94 -
System Red Green Blue C M Y K H S L
Decimal 45 223 113 0.80 0 0.49 0.13 142.92 0.74 0.53
Hex 2D DF 71 50 0 31 D 8F 4A 35
Octal 55 337 161 120 0 61 15 217 112 65
Binary 101101 11011111 1110001 1010000 0 110001 1101 10001111 1001010 110101

Color Harmonies of #2DDF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDF71

Black with #2DDF71

Text Example


Text Example

White with #2DDF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,223,113); }

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

background-color css

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

 a { background-color: rgb(45,223,113); }

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

border-color css

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

 span { border-color: rgb(45,223,113); }

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