Html Css Color HEX #30DC5A Malachite

📋 copy color: '#30DC5A'

red 48 ◦ green 220 ◦ blue 90

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

Shades of Malachite #30DC5A

Tints of Malachite #30DC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.14%

R = 13.41%
G = 61.45%
B = 25.14%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#30DC5A (or 0x30DC5A) is known color: Malachite. HEX triplet: 30, DC and 5A. RGB value is (48,220,90). Sum of RGB (Red+Green+Blue) = 48+220+90=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DC5A is #CF23A5. Grayscale: #9A9A9A. Windows color (decimal): -13575078 or 5954608. OLE color: 5954608.

HSL color Cylindrical-coordinate representation of color #30DC5A: hue angle of 134.65º 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 #30DC5A is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 220 90 -
CMYK 0.78 0 0.59 0.14
HSL 134.65º 0.71% 0.53% -
HSV(B) 134.65º 0.78% 0.86% -
XYZ 28.66 52.55 18.31 -
YUV 153.75 92.02 52.57 -
System Red Green Blue C M Y K H S L
Decimal 48 220 90 0.78 0 0.59 0.14 134.65 0.71 0.53
Hex 30 DC 5A 4E 0 3B E 87 47 35
Octal 60 334 132 116 0 73 16 207 107 65
Binary 110000 11011100 1011010 1001110 0 111011 1110 10000111 1000111 110101

Color Harmonies of #30DC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DC5A

Black with #30DC5A

Text Example


Text Example

White with #30DC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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