Html Css Color HEX #30F060 Malachite

📋 copy color: '#30F060'

red 48 ◦ green 240 ◦ blue 96

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

Shades of Malachite #30F060

Tints of Malachite #30F060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25%

R = 12.5%
G = 62.5%
B = 25%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#30F060 (or 0x30F060) is known color: Malachite. HEX triplet: 30, F0 and 60. RGB value is (48,240,96). Sum of RGB (Red+Green+Blue) = 48+240+96=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 240 (94.14% from 255 or 62.5% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 240 - color contains mainly: green. Hex color #30F060 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F060 is #CF0F9F. Grayscale: #A6A6A6. Windows color (decimal): -13569952 or 6352944. OLE color: 6352944.

HSL color Cylindrical-coordinate representation of color #30F060: hue angle of 135º 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 #30F060 is Cyan = 0.8, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 240 96 -
CMYK 0.8 0 0.6 0.06
HSL 135º 0.86% 0.56% -
HSV(B) 135º 0.8% 0.94% -
XYZ 34.49 63.79 21.56 -
YUV 166.18 88.39 43.71 -
System Red Green Blue C M Y K H S L
Decimal 48 240 96 0.8 0 0.6 0.06 135 0.86 0.56
Hex 30 F0 60 50 0 3C 6 87 56 38
Octal 60 360 140 120 0 74 6 207 126 70
Binary 110000 11110000 1100000 1010000 0 111100 110 10000111 1010110 111000

Color Harmonies of #30F060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F060

Black with #30F060

Text Example


Text Example

White with #30F060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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