Html Css Color HEX #2DE353 Malachite

📋 copy color: '#2DE353'

red 45 ◦ green 227 ◦ blue 83

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

Shades of Malachite #2DE353

Tints of Malachite #2DE353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.38%

R = 12.68%
G = 63.94%
B = 23.38%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#2DE353 (or 0x2DE353) is known color: Malachite. HEX triplet: 2D, E3 and 53. RGB value is (45,227,83). Sum of RGB (Red+Green+Blue) = 45+227+83=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 227 (89.06% from 255 or 63.94% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 227 - color contains mainly: green. Hex color #2DE353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE353 is #D21CAC. Grayscale: #9C9C9C. Windows color (decimal): -13769901 or 5497645. OLE color: 5497645.

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

Color convert

RGB 45 227 83 -
CMYK 0.80 0 0.63 0.11
HSL 132.53º 0.76% 0.53% -
HSV(B) 132.53º 0.8% 0.89% -
XYZ 30.11 56.12 17.43 -
YUV 156.17 86.7 48.71 -
System Red Green Blue C M Y K H S L
Decimal 45 227 83 0.80 0 0.63 0.11 132.53 0.76 0.53
Hex 2D E3 53 50 0 3F B 85 4C 35
Octal 55 343 123 120 0 77 13 205 114 65
Binary 101101 11100011 1010011 1010000 0 111111 1011 10000101 1001100 110101

Color Harmonies of #2DE353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE353

Black with #2DE353

Text Example


Text Example

White with #2DE353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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