Html Css Color HEX #2DE259 Malachite

📋 copy color: '#2DE259'

red 45 ◦ green 226 ◦ blue 89

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

Shades of Malachite #2DE259

Tints of Malachite #2DE259

RGB

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

 GREEN value IS 226 (88.67% from 255) = 62.78%

 BLUE value IS 89 (35.16% from 255) = 24.72%

R = 12.5%
G = 62.78%
B = 24.72%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#2DE259 (or 0x2DE259) is known color: Malachite. HEX triplet: 2D, E2 and 59. RGB value is (45,226,89). Sum of RGB (Red+Green+Blue) = 45+226+89=360 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.5% from 360); Green value is 226 (88.67% from 255 or 62.78% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 226 - color contains mainly: green. Hex color #2DE259 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE259 is #D21DA6. Grayscale: #9C9C9C. Windows color (decimal): -13770151 or 5890605. OLE color: 5890605.

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

Color convert

RGB 45 226 89 -
CMYK 0.80 0 0.61 0.11
HSL 134.59º 0.76% 0.53% -
HSV(B) 134.59º 0.8% 0.89% -
XYZ 30.08 55.67 18.61 -
YUV 156.26 90.03 48.64 -
System Red Green Blue C M Y K H S L
Decimal 45 226 89 0.80 0 0.61 0.11 134.59 0.76 0.53
Hex 2D E2 59 50 0 3D B 87 4C 35
Octal 55 342 131 120 0 75 13 207 114 65
Binary 101101 11100010 1011001 1010000 0 111101 1011 10000111 1001100 110101

Color Harmonies of #2DE259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE259

Black with #2DE259

Text Example


Text Example

White with #2DE259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,226,89); }

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

background-color css

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

 a { background-color: rgb(45,226,89); }

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

border-color css

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

 span { border-color: rgb(45,226,89); }

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