Html Css Color HEX #2DED6C Malachite

📋 copy color: '#2DED6C'

red 45 ◦ green 237 ◦ blue 108

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

Shades of Malachite #2DED6C

Tints of Malachite #2DED6C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 60.77%

 BLUE value IS 108 (42.58% from 255) = 27.69%

R = 11.54%
G = 60.77%
B = 27.69%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#2DED6C (or 0x2DED6C) is known color: Malachite. HEX triplet: 2D, ED and 6C. RGB value is (45,237,108). Sum of RGB (Red+Green+Blue) = 45+237+108=390 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.54% from 390); Green value is 237 (92.97% from 255 or 60.77% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 237 - color contains mainly: green. Hex color #2DED6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DED6C is #D21293. Grayscale: #A5A5A5. Windows color (decimal): -13767316 or 7138605. OLE color: 7138605.

HSL color Cylindrical-coordinate representation of color #2DED6C: hue angle of 139.69º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DED6C is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 45 237 108 -
CMYK 0.81 0 0.54 0.07
HSL 139.69º 0.84% 0.55% -
HSV(B) 139.69º 0.81% 0.93% -
XYZ 34.07 62.21 24.4 -
YUV 164.89 95.89 42.49 -
System Red Green Blue C M Y K H S L
Decimal 45 237 108 0.81 0 0.54 0.07 139.69 0.84 0.55
Hex 2D ED 6C 51 0 36 7 8C 54 37
Octal 55 355 154 121 0 66 7 214 124 67
Binary 101101 11101101 1101100 1010001 0 110110 111 10001100 1010100 110111

Color Harmonies of #2DED6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DED6C

Black with #2DED6C

Text Example


Text Example

White with #2DED6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,237,108); }

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

background-color css

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

 a { background-color: rgb(45,237,108); }

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

border-color css

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

 span { border-color: rgb(45,237,108); }

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