Html Css Color HEX #2DFB48 Malachite

📋 copy color: '#2DFB48'

red 45 ◦ green 251 ◦ blue 72

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

Shades of Malachite #2DFB48

Tints of Malachite #2DFB48

RGB

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

 GREEN value IS 251 (98.44% from 255) = 68.21%

 BLUE value IS 72 (28.52% from 255) = 19.57%

R = 12.23%
G = 68.21%
B = 19.57%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#2DFB48 (or 0x2DFB48) is known color: Malachite. HEX triplet: 2D, FB and 48. RGB value is (45,251,72). Sum of RGB (Red+Green+Blue) = 45+251+72=368 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.23% from 368); Green value is 251 (98.44% from 255 or 68.21% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFB48 is #D204B7. Grayscale: #A9A9A9. Windows color (decimal): -13763768 or 4782893. OLE color: 4782893.

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

Color convert

RGB 45 251 72 -
CMYK 0.82 0 0.71 0.02
HSL 127.86º 0.96% 0.58% -
HSV(B) 127.86º 0.82% 0.98% -
XYZ 36.75 70.02 17.71 -
YUV 169 73.25 39.55 -
System Red Green Blue C M Y K H S L
Decimal 45 251 72 0.82 0 0.71 0.02 127.86 0.96 0.58
Hex 2D FB 48 52 0 47 2 80 60 3A
Octal 55 373 110 122 0 107 2 200 140 72
Binary 101101 11111011 1001000 1010010 0 1000111 10 10000000 1100000 111010

Color Harmonies of #2DFB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFB48

Black with #2DFB48

Text Example


Text Example

White with #2DFB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,251,72); }

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

background-color css

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

 a { background-color: rgb(45,251,72); }

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

border-color css

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

 span { border-color: rgb(45,251,72); }

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