Html Css Color HEX #2DFB60 Malachite

📋 copy color: '#2DFB60'

red 45 ◦ green 251 ◦ blue 96

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

Shades of Malachite #2DFB60

Tints of Malachite #2DFB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.49%

R = 11.48%
G = 64.03%
B = 24.49%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#2DFB60 (or 0x2DFB60) is known color: Malachite. HEX triplet: 2D, FB and 60. RGB value is (45,251,96). Sum of RGB (Red+Green+Blue) = 45+251+96=392 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.48% from 392); Green value is 251 (98.44% from 255 or 64.03% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFB60 is #D2049F. Grayscale: #ACACAC. Windows color (decimal): -13763744 or 6355757. OLE color: 6355757.

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

Color convert

RGB 45 251 96 -
CMYK 0.82 0 0.62 0.02
HSL 134.85º 0.96% 0.58% -
HSV(B) 134.85º 0.82% 0.98% -
XYZ 37.69 70.4 22.67 -
YUV 171.74 85.25 37.6 -
System Red Green Blue C M Y K H S L
Decimal 45 251 96 0.82 0 0.62 0.02 134.85 0.96 0.58
Hex 2D FB 60 52 0 3E 2 87 60 3A
Octal 55 373 140 122 0 76 2 207 140 72
Binary 101101 11111011 1100000 1010010 0 111110 10 10000111 1100000 111010

Color Harmonies of #2DFB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFB60

Black with #2DFB60

Text Example


Text Example

White with #2DFB60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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