Html Css Color HEX #30F06D Malachite

📋 copy color: '#30F06D'

red 48 ◦ green 240 ◦ blue 109

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

Shades of Malachite #30F06D

Tints of Malachite #30F06D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 60.45%

 BLUE value IS 109 (42.97% from 255) = 27.46%

R = 12.09%
G = 60.45%
B = 27.46%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#30F06D (or 0x30F06D) is known color: Malachite. HEX triplet: 30, F0 and 6D. RGB value is (48,240,109). Sum of RGB (Red+Green+Blue) = 48+240+109=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 240 (94.14% from 255 or 60.45% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 240 - color contains mainly: green. Hex color #30F06D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F06D is #CF0F92. Grayscale: #A7A7A7. Windows color (decimal): -13569939 or 7204912. OLE color: 7204912.

HSL color Cylindrical-coordinate representation of color #30F06D: hue angle of 139.06º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F06D is Cyan = 0.8, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 240 109 -
CMYK 0.8 0 0.55 0.06
HSL 139.06º 0.86% 0.56% -
HSV(B) 139.06º 0.8% 0.94% -
XYZ 35.14 64.05 24.98 -
YUV 167.66 94.89 42.65 -
System Red Green Blue C M Y K H S L
Decimal 48 240 109 0.8 0 0.55 0.06 139.06 0.86 0.56
Hex 30 F0 6D 50 0 37 6 8B 56 38
Octal 60 360 155 120 0 67 6 213 126 70
Binary 110000 11110000 1101101 1010000 0 110111 110 10001011 1010110 111000

Color Harmonies of #30F06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F06D

Black with #30F06D

Text Example


Text Example

White with #30F06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,240,109); }

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

background-color css

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

 a { background-color: rgb(48,240,109); }

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

border-color css

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

 span { border-color: rgb(48,240,109); }

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