Html Css Color HEX #2DEF55 Malachite

📋 copy color: '#2DEF55'

red 45 ◦ green 239 ◦ blue 85

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

Shades of Malachite #2DEF55

Tints of Malachite #2DEF55

RGB

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

 GREEN value IS 239 (93.75% from 255) = 64.77%

 BLUE value IS 85 (33.59% from 255) = 23.04%

R = 12.2%
G = 64.77%
B = 23.04%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#2DEF55 (or 0x2DEF55) is known color: Malachite. HEX triplet: 2D, EF and 55. RGB value is (45,239,85). Sum of RGB (Red+Green+Blue) = 45+239+85=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 239 (93.75% from 255 or 64.77% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 239 - color contains mainly: green. Hex color #2DEF55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DEF55 is #D210AA. Grayscale: #A3A3A3. Windows color (decimal): -13766827 or 5631789. OLE color: 5631789.

HSL color Cylindrical-coordinate representation of color #2DEF55: hue angle of 132.37º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEF55 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 45 239 85 -
CMYK 0.81 0 0.64 0.06
HSL 132.37º 0.86% 0.56% -
HSV(B) 132.37º 0.81% 0.94% -
XYZ 33.59 62.95 18.97 -
YUV 163.44 83.73 43.52 -
System Red Green Blue C M Y K H S L
Decimal 45 239 85 0.81 0 0.64 0.06 132.37 0.86 0.56
Hex 2D EF 55 51 0 40 6 84 56 38
Octal 55 357 125 121 0 100 6 204 126 70
Binary 101101 11101111 1010101 1010001 0 1000000 110 10000100 1010110 111000

Color Harmonies of #2DEF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEF55

Black with #2DEF55

Text Example


Text Example

White with #2DEF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,239,85); }

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

background-color css

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

 a { background-color: rgb(45,239,85); }

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

border-color css

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

 span { border-color: rgb(45,239,85); }

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