Html Css Color HEX #30D45D Malachite

📋 copy color: '#30D45D'

red 48 ◦ green 212 ◦ blue 93

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

Shades of Malachite #30D45D

Tints of Malachite #30D45D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 60.06%

 BLUE value IS 93 (36.72% from 255) = 26.35%

R = 13.6%
G = 60.06%
B = 26.35%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#30D45D (or 0x30D45D) is known color: Malachite. HEX triplet: 30, D4 and 5D. RGB value is (48,212,93). Sum of RGB (Red+Green+Blue) = 48+212+93=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 212 (83.20% from 255 or 60.06% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 212 - color contains mainly: green. Hex color #30D45D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D45D is #CF2BA2. Grayscale: #959595. Windows color (decimal): -13577123 or 6149168. OLE color: 6149168.

HSL color Cylindrical-coordinate representation of color #30D45D: hue angle of 136.46º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D45D is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 48 212 93 -
CMYK 0.77 0 0.56 0.17
HSL 136.46º 0.66% 0.51% -
HSV(B) 136.46º 0.77% 0.83% -
XYZ 26.74 48.51 18.31 -
YUV 149.4 96.17 55.68 -
System Red Green Blue C M Y K H S L
Decimal 48 212 93 0.77 0 0.56 0.17 136.46 0.66 0.51
Hex 30 D4 5D 4D 0 38 11 88 42 33
Octal 60 324 135 115 0 70 21 210 102 63
Binary 110000 11010100 1011101 1001101 0 111000 10001 10001000 1000010 110011

Color Harmonies of #30D45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D45D

Black with #30D45D

Text Example


Text Example

White with #30D45D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,212,93); }

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

background-color css

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

 a { background-color: rgb(48,212,93); }

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

border-color css

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

 span { border-color: rgb(48,212,93); }

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