Html Css Color HEX #2DDF4F Malachite

📋 copy color: '#2DDF4F'

red 45 ◦ green 223 ◦ blue 79

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

Shades of Malachite #2DDF4F

Tints of Malachite #2DDF4F

RGB

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

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

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

R = 12.97%
G = 64.27%
B = 22.77%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#2DDF4F (or 0x2DDF4F) is known color: Malachite. HEX triplet: 2D, DF and 4F. RGB value is (45,223,79). Sum of RGB (Red+Green+Blue) = 45+223+79=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 223 (87.5% from 255 or 64.27% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDF4F is #D220B0. Grayscale: #999999. Windows color (decimal): -13770929 or 5234477. OLE color: 5234477.

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

Color convert

RGB 45 223 79 -
CMYK 0.80 0 0.65 0.13
HSL 131.46º 0.74% 0.53% -
HSV(B) 131.46º 0.8% 0.87% -
XYZ 28.88 53.9 16.28 -
YUV 153.36 86.03 50.71 -
System Red Green Blue C M Y K H S L
Decimal 45 223 79 0.80 0 0.65 0.13 131.46 0.74 0.53
Hex 2D DF 4F 50 0 41 D 83 4A 35
Octal 55 337 117 120 0 101 15 203 112 65
Binary 101101 11011111 1001111 1010000 0 1000001 1101 10000011 1001010 110101

Color Harmonies of #2DDF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDF4F

Black with #2DDF4F

Text Example


Text Example

White with #2DDF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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