Html Css Color HEX #30DC61 Malachite

📋 copy color: '#30DC61'

red 48 ◦ green 220 ◦ blue 97

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

Shades of Malachite #30DC61

Tints of Malachite #30DC61

RGB

 RED value IS 48 (19.14% from 255) = 13.15%

 GREEN value IS 220 (86.33% from 255) = 60.27%

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

R = 13.15%
G = 60.27%
B = 26.58%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#30DC61 (or 0x30DC61) is known color: Malachite. HEX triplet: 30, DC and 61. RGB value is (48,220,97). Sum of RGB (Red+Green+Blue) = 48+220+97=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 220 (86.33% from 255 or 60.27% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DC61 is #CF239E. Grayscale: #9A9A9A. Windows color (decimal): -13575071 or 6413360. OLE color: 6413360.

HSL color Cylindrical-coordinate representation of color #30DC61: hue angle of 137.09º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DC61 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 220 97 -
CMYK 0.78 0 0.56 0.14
HSL 137.09º 0.71% 0.53% -
HSV(B) 137.09º 0.78% 0.86% -
XYZ 28.97 52.68 19.95 -
YUV 154.55 95.52 52 -
System Red Green Blue C M Y K H S L
Decimal 48 220 97 0.78 0 0.56 0.14 137.09 0.71 0.53
Hex 30 DC 61 4E 0 38 E 89 47 35
Octal 60 334 141 116 0 70 16 211 107 65
Binary 110000 11011100 1100001 1001110 0 111000 1110 10001001 1000111 110101

Color Harmonies of #30DC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DC61

Black with #30DC61

Text Example


Text Example

White with #30DC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30DC61; }

 p { color: rgb(48,220,97); }

 H1.HeaderClassName
 {
   color: #30DC61;
 }
 .AnyTagClassName
 {
   color: #30DC61;
 }
</style>

background-color css

<style>
 a { background-color: #30DC61; }

 a { background-color: rgb(48,220,97); }

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

border-color css

<style>
 span { border-color: #30DC61; }

 span { border-color: rgb(48,220,97); }

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