Html Css Color HEX #2DE677 Emerald

📋 copy color: '#2DE677'

red 45 ◦ green 230 ◦ blue 119

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

Shades of Emerald #2DE677

Tints of Emerald #2DE677

RGB

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

 GREEN value IS 230 (90.23% from 255) = 58.38%

 BLUE value IS 119 (46.88% from 255) = 30.2%

R = 11.42%
G = 58.38%
B = 30.2%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#2DE677 (or 0x2DE677) is known color: Emerald. HEX triplet: 2D, E6 and 77. RGB value is (45,230,119). Sum of RGB (Red+Green+Blue) = 45+230+119=394 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.42% from 394); Green value is 230 (90.23% from 255 or 58.38% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 230 - color contains mainly: green. Hex color #2DE677 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DE677 is #D21988. Grayscale: #A2A2A2. Windows color (decimal): -13769097 or 7857709. OLE color: 7857709.

HSL color Cylindrical-coordinate representation of color #2DE677: hue angle of 144º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE677 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 45 230 119 -
CMYK 0.80 0 0.48 0.10
HSL 144º 0.79% 0.54% -
HSV(B) 144º 0.8% 0.9% -
XYZ 32.71 58.48 27.02 -
YUV 162.03 103.71 44.53 -
System Red Green Blue C M Y K H S L
Decimal 45 230 119 0.80 0 0.48 0.10 144 0.79 0.54
Hex 2D E6 77 50 0 30 A 90 4F 36
Octal 55 346 167 120 0 60 12 220 117 66
Binary 101101 11100110 1110111 1010000 0 110000 1010 10010000 1001111 110110

Color Harmonies of #2DE677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE677

Black with #2DE677

Text Example


Text Example

White with #2DE677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,230,119); }

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

background-color css

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

 a { background-color: rgb(45,230,119); }

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

border-color css

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

 span { border-color: rgb(45,230,119); }

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