Html Css Color HEX #2DE94F Malachite

📋 copy color: '#2DE94F'

red 45 ◦ green 233 ◦ blue 79

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

Shades of Malachite #2DE94F

Tints of Malachite #2DE94F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 65.27%

 BLUE value IS 79 (31.25% from 255) = 22.13%

R = 12.61%
G = 65.27%
B = 22.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#2DE94F (or 0x2DE94F) is known color: Malachite. HEX triplet: 2D, E9 and 4F. RGB value is (45,233,79). Sum of RGB (Red+Green+Blue) = 45+233+79=357 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.61% from 357); Green value is 233 (91.41% from 255 or 65.27% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 233 - color contains mainly: green. Hex color #2DE94F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DE94F is #D216B0. Grayscale: #9F9F9F. Windows color (decimal): -13768369 or 5237037. OLE color: 5237037.

HSL color Cylindrical-coordinate representation of color #2DE94F: hue angle of 130.85º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE94F is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 45 233 79 -
CMYK 0.81 0 0.66 0.09
HSL 130.85º 0.81% 0.55% -
HSV(B) 130.85º 0.81% 0.91% -
XYZ 31.63 59.4 17.2 -
YUV 159.23 82.72 46.52 -
System Red Green Blue C M Y K H S L
Decimal 45 233 79 0.81 0 0.66 0.09 130.85 0.81 0.55
Hex 2D E9 4F 51 0 42 9 83 51 37
Octal 55 351 117 121 0 102 11 203 121 67
Binary 101101 11101001 1001111 1010001 0 1000010 1001 10000011 1010001 110111

Color Harmonies of #2DE94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE94F

Black with #2DE94F

Text Example


Text Example

White with #2DE94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,233,79); }

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

background-color css

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

 a { background-color: rgb(45,233,79); }

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

border-color css

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

 span { border-color: rgb(45,233,79); }

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