Html Css Color HEX #2DFD63 Malachite

📋 copy color: '#2DFD63'

red 45 ◦ green 253 ◦ blue 99

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

Shades of Malachite #2DFD63

Tints of Malachite #2DFD63

RGB

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

 GREEN value IS 253 (99.22% from 255) = 63.73%

 BLUE value IS 99 (39.06% from 255) = 24.94%

R = 11.34%
G = 63.73%
B = 24.94%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#2DFD63 (or 0x2DFD63) is known color: Malachite. HEX triplet: 2D, FD and 63. RGB value is (45,253,99). Sum of RGB (Red+Green+Blue) = 45+253+99=397 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.34% from 397); Green value is 253 (99.22% from 255 or 63.73% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFD63 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFD63 is #D2029C. Grayscale: #ADADAD. Windows color (decimal): -13763229 or 6552877. OLE color: 6552877.

HSL color Cylindrical-coordinate representation of color #2DFD63: hue angle of 135.58º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFD63 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB 45 253 99 -
CMYK 0.82 0 0.61 0.01
HSL 135.58º 0.98% 0.58% -
HSV(B) 135.58º 0.82% 0.99% -
XYZ 38.46 71.71 23.62 -
YUV 173.25 86.09 36.52 -
System Red Green Blue C M Y K H S L
Decimal 45 253 99 0.82 0 0.61 0.01 135.58 0.98 0.58
Hex 2D FD 63 52 0 3D 1 88 62 3A
Octal 55 375 143 122 0 75 1 210 142 72
Binary 101101 11111101 1100011 1010010 0 111101 1 10001000 1100010 111010

Color Harmonies of #2DFD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFD63

Black with #2DFD63

Text Example


Text Example

White with #2DFD63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,253,99); }

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

background-color css

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

 a { background-color: rgb(45,253,99); }

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

border-color css

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

 span { border-color: rgb(45,253,99); }

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