Html Css Color HEX #2DDF55 Malachite

📋 copy color: '#2DDF55'

red 45 ◦ green 223 ◦ blue 85

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

Shades of Malachite #2DDF55

Tints of Malachite #2DDF55

RGB

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

 GREEN value IS 223 (87.5% from 255) = 63.17%

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

R = 12.75%
G = 63.17%
B = 24.08%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#2DDF55 (or 0x2DDF55) is known color: Malachite. HEX triplet: 2D, DF and 55. RGB value is (45,223,85). Sum of RGB (Red+Green+Blue) = 45+223+85=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 223 (87.5% from 255 or 63.17% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDF55 is #D220AA. Grayscale: #9A9A9A. Windows color (decimal): -13770923 or 5627693. OLE color: 5627693.

HSL color Cylindrical-coordinate representation of color #2DDF55: hue angle of 133.48º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDF55 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 223 85 -
CMYK 0.80 0 0.62 0.13
HSL 133.48º 0.74% 0.53% -
HSV(B) 133.48º 0.8% 0.87% -
XYZ 29.11 53.99 17.48 -
YUV 154.05 89.03 50.22 -
System Red Green Blue C M Y K H S L
Decimal 45 223 85 0.80 0 0.62 0.13 133.48 0.74 0.53
Hex 2D DF 55 50 0 3E D 85 4A 35
Octal 55 337 125 120 0 76 15 205 112 65
Binary 101101 11011111 1010101 1010000 0 111110 1101 10000101 1001010 110101

Color Harmonies of #2DDF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDF55

Black with #2DDF55

Text Example


Text Example

White with #2DDF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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