Html Css Color HEX #2DE570 Emerald

📋 copy color: '#2DE570'

red 45 ◦ green 229 ◦ blue 112

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

Shades of Emerald #2DE570

Tints of Emerald #2DE570

RGB

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

 GREEN value IS 229 (89.84% from 255) = 59.33%

 BLUE value IS 112 (44.14% from 255) = 29.02%

R = 11.66%
G = 59.33%
B = 29.02%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#2DE570 (or 0x2DE570) is known color: Emerald. HEX triplet: 2D, E5 and 70. RGB value is (45,229,112). Sum of RGB (Red+Green+Blue) = 45+229+112=386 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.66% from 386); Green value is 229 (89.84% from 255 or 59.33% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 229 - color contains mainly: green. Hex color #2DE570 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE570 is #D21A8F. Grayscale: #A0A0A0. Windows color (decimal): -13769360 or 7398701. OLE color: 7398701.

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

Color convert

RGB 45 229 112 -
CMYK 0.80 0 0.51 0.10
HSL 141.85º 0.78% 0.54% -
HSV(B) 141.85º 0.8% 0.9% -
XYZ 32.03 57.77 24.79 -
YUV 160.65 100.54 45.51 -
System Red Green Blue C M Y K H S L
Decimal 45 229 112 0.80 0 0.51 0.10 141.85 0.78 0.54
Hex 2D E5 70 50 0 33 A 8E 4E 36
Octal 55 345 160 120 0 63 12 216 116 66
Binary 101101 11100101 1110000 1010000 0 110011 1010 10001110 1001110 110110

Color Harmonies of #2DE570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE570

Black with #2DE570

Text Example


Text Example

White with #2DE570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,229,112); }

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

background-color css

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

 a { background-color: rgb(45,229,112); }

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

border-color css

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

 span { border-color: rgb(45,229,112); }

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