Html Css Color HEX #30D45F Malachite

📋 copy color: '#30D45F'

red 48 ◦ green 212 ◦ blue 95

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

Shades of Malachite #30D45F

Tints of Malachite #30D45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.76%

R = 13.52%
G = 59.72%
B = 26.76%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#30D45F (or 0x30D45F) is known color: Malachite. HEX triplet: 30, D4 and 5F. RGB value is (48,212,95). Sum of RGB (Red+Green+Blue) = 48+212+95=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 212 (83.20% from 255 or 59.72% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 212 - color contains mainly: green. Hex color #30D45F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D45F is #CF2BA0. Grayscale: #959595. Windows color (decimal): -13577121 or 6280240. OLE color: 6280240.

HSL color Cylindrical-coordinate representation of color #30D45F: hue angle of 137.2º 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 #30D45F is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 48 212 95 -
CMYK 0.77 0 0.55 0.17
HSL 137.2º 0.66% 0.51% -
HSV(B) 137.2º 0.77% 0.83% -
XYZ 26.83 48.54 18.78 -
YUV 149.63 97.17 55.51 -
System Red Green Blue C M Y K H S L
Decimal 48 212 95 0.77 0 0.55 0.17 137.2 0.66 0.51
Hex 30 D4 5F 4D 0 37 11 89 42 33
Octal 60 324 137 115 0 67 21 211 102 63
Binary 110000 11010100 1011111 1001101 0 110111 10001 10001001 1000010 110011

Color Harmonies of #30D45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D45F

Black with #30D45F

Text Example


Text Example

White with #30D45F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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