Html Css Color HEX #2DEA6E Malachite

📋 copy color: '#2DEA6E'

red 45 ◦ green 234 ◦ blue 110

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

Shades of Malachite #2DEA6E

Tints of Malachite #2DEA6E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 60.15%

 BLUE value IS 110 (43.36% from 255) = 28.28%

R = 11.57%
G = 60.15%
B = 28.28%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#2DEA6E (or 0x2DEA6E) is known color: Malachite. HEX triplet: 2D, EA and 6E. RGB value is (45,234,110). Sum of RGB (Red+Green+Blue) = 45+234+110=389 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.57% from 389); Green value is 234 (91.80% from 255 or 60.15% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEA6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DEA6E is #D21591. Grayscale: #A3A3A3. Windows color (decimal): -13768082 or 7268909. OLE color: 7268909.

HSL color Cylindrical-coordinate representation of color #2DEA6E: hue angle of 140.63º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEA6E is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 45 234 110 -
CMYK 0.81 0 0.53 0.08
HSL 140.63º 0.82% 0.55% -
HSV(B) 140.63º 0.81% 0.92% -
XYZ 33.32 60.53 24.68 -
YUV 163.35 97.88 43.58 -
System Red Green Blue C M Y K H S L
Decimal 45 234 110 0.81 0 0.53 0.08 140.63 0.82 0.55
Hex 2D EA 6E 51 0 35 8 8D 52 37
Octal 55 352 156 121 0 65 10 215 122 67
Binary 101101 11101010 1101110 1010001 0 110101 1000 10001101 1010010 110111

Color Harmonies of #2DEA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEA6E

Black with #2DEA6E

Text Example


Text Example

White with #2DEA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,234,110); }

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

background-color css

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

 a { background-color: rgb(45,234,110); }

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

border-color css

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

 span { border-color: rgb(45,234,110); }

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