Html Css Color HEX #2DFB61 Malachite

📋 copy color: '#2DFB61'

red 45 ◦ green 251 ◦ blue 97

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

Shades of Malachite #2DFB61

Tints of Malachite #2DFB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.68%

R = 11.45%
G = 63.87%
B = 24.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#2DFB61 (or 0x2DFB61) is known color: Malachite. HEX triplet: 2D, FB and 61. RGB value is (45,251,97). Sum of RGB (Red+Green+Blue) = 45+251+97=393 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.45% from 393); Green value is 251 (98.44% from 255 or 63.87% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB61 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFB61 is #D2049E. Grayscale: #ACACAC. Windows color (decimal): -13763743 or 6421293. OLE color: 6421293.

HSL color Cylindrical-coordinate representation of color #2DFB61: hue angle of 135.15º 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 #2DFB61 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 45 251 97 -
CMYK 0.82 0 0.61 0.02
HSL 135.15º 0.96% 0.58% -
HSV(B) 135.15º 0.82% 0.98% -
XYZ 37.74 70.42 22.91 -
YUV 171.85 85.75 37.52 -
System Red Green Blue C M Y K H S L
Decimal 45 251 97 0.82 0 0.61 0.02 135.15 0.96 0.58
Hex 2D FB 61 52 0 3D 2 87 60 3A
Octal 55 373 141 122 0 75 2 207 140 72
Binary 101101 11111011 1100001 1010010 0 111101 10 10000111 1100000 111010

Color Harmonies of #2DFB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFB61

Black with #2DFB61

Text Example


Text Example

White with #2DFB61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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