Html Css Color HEX #2DEE61 Malachite

📋 copy color: '#2DEE61'

red 45 ◦ green 238 ◦ blue 97

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

Shades of Malachite #2DEE61

Tints of Malachite #2DEE61

RGB

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

 GREEN value IS 238 (93.36% from 255) = 62.63%

 BLUE value IS 97 (38.28% from 255) = 25.53%

R = 11.84%
G = 62.63%
B = 25.53%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#2DEE61 (or 0x2DEE61) is known color: Malachite. HEX triplet: 2D, EE and 61. RGB value is (45,238,97). Sum of RGB (Red+Green+Blue) = 45+238+97=380 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.84% from 380); Green value is 238 (93.36% from 255 or 62.63% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEE61 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DEE61 is #D2119E. Grayscale: #A4A4A4. Windows color (decimal): -13767071 or 6417965. OLE color: 6417965.

HSL color Cylindrical-coordinate representation of color #2DEE61: hue angle of 136.17º degrees, saturation: 0.85, 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 #2DEE61 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 45 238 97 -
CMYK 0.81 0 0.59 0.07
HSL 136.17º 0.85% 0.55% -
HSV(B) 136.17º 0.81% 0.93% -
XYZ 33.81 62.57 21.6 -
YUV 164.22 90.06 42.96 -
System Red Green Blue C M Y K H S L
Decimal 45 238 97 0.81 0 0.59 0.07 136.17 0.85 0.55
Hex 2D EE 61 51 0 3B 7 88 55 37
Octal 55 356 141 121 0 73 7 210 125 67
Binary 101101 11101110 1100001 1010001 0 111011 111 10001000 1010101 110111

Color Harmonies of #2DEE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEE61

Black with #2DEE61

Text Example


Text Example

White with #2DEE61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,238,97); }

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

background-color css

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

 a { background-color: rgb(45,238,97); }

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

border-color css

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

 span { border-color: rgb(45,238,97); }

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