Html Css Color HEX #2DE360 Malachite

📋 copy color: '#2DE360'

red 45 ◦ green 227 ◦ blue 96

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

Shades of Malachite #2DE360

Tints of Malachite #2DE360

RGB

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

 GREEN value IS 227 (89.06% from 255) = 61.68%

 BLUE value IS 96 (37.89% from 255) = 26.09%

R = 12.23%
G = 61.68%
B = 26.09%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#2DE360 (or 0x2DE360) is known color: Malachite. HEX triplet: 2D, E3 and 60. RGB value is (45,227,96). Sum of RGB (Red+Green+Blue) = 45+227+96=368 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.23% from 368); Green value is 227 (89.06% from 255 or 61.68% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 227 - color contains mainly: green. Hex color #2DE360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE360 is #D21C9F. Grayscale: #9D9D9D. Windows color (decimal): -13769888 or 6349613. OLE color: 6349613.

HSL color Cylindrical-coordinate representation of color #2DE360: hue angle of 136.81º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE360 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 45 227 96 -
CMYK 0.80 0 0.58 0.11
HSL 136.81º 0.76% 0.53% -
HSV(B) 136.81º 0.8% 0.89% -
XYZ 30.66 56.34 20.33 -
YUV 157.65 93.2 47.65 -
System Red Green Blue C M Y K H S L
Decimal 45 227 96 0.80 0 0.58 0.11 136.81 0.76 0.53
Hex 2D E3 60 50 0 3A B 89 4C 35
Octal 55 343 140 120 0 72 13 211 114 65
Binary 101101 11100011 1100000 1010000 0 111010 1011 10001001 1001100 110101

Color Harmonies of #2DE360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE360

Black with #2DE360

Text Example


Text Example

White with #2DE360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,227,96); }

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

background-color css

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

 a { background-color: rgb(45,227,96); }

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

border-color css

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

 span { border-color: rgb(45,227,96); }

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