Html Css Color HEX #2DE675 Emerald

📋 copy color: '#2DE675'

red 45 ◦ green 230 ◦ blue 117

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

Shades of Emerald #2DE675

Tints of Emerald #2DE675

RGB

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

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

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

R = 11.48%
G = 58.67%
B = 29.85%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#2DE675 (or 0x2DE675) is known color: Emerald. HEX triplet: 2D, E6 and 75. RGB value is (45,230,117). Sum of RGB (Red+Green+Blue) = 45+230+117=392 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.48% from 392); Green value is 230 (90.23% from 255 or 58.67% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 230 - color contains mainly: green. Hex color #2DE675 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DE675 is #D2198A. Grayscale: #A2A2A2. Windows color (decimal): -13769099 or 7726637. OLE color: 7726637.

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

Color convert

RGB 45 230 117 -
CMYK 0.80 0 0.49 0.10
HSL 143.35º 0.79% 0.54% -
HSV(B) 143.35º 0.8% 0.9% -
XYZ 32.59 58.44 26.39 -
YUV 161.8 102.71 44.69 -
System Red Green Blue C M Y K H S L
Decimal 45 230 117 0.80 0 0.49 0.10 143.35 0.79 0.54
Hex 2D E6 75 50 0 31 A 8F 4F 36
Octal 55 346 165 120 0 61 12 217 117 66
Binary 101101 11100110 1110101 1010000 0 110001 1010 10001111 1001111 110110

Color Harmonies of #2DE675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE675

Black with #2DE675

Text Example


Text Example

White with #2DE675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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