Html Css Color HEX #30F063 Malachite

📋 copy color: '#30F063'

red 48 ◦ green 240 ◦ blue 99

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

Shades of Malachite #30F063

Tints of Malachite #30F063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.58%

R = 12.4%
G = 62.02%
B = 25.58%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#30F063 (or 0x30F063) is known color: Malachite. HEX triplet: 30, F0 and 63. RGB value is (48,240,99). Sum of RGB (Red+Green+Blue) = 48+240+99=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 240 (94.14% from 255 or 62.02% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 240 - color contains mainly: green. Hex color #30F063 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F063 is #CF0F9C. Grayscale: #A6A6A6. Windows color (decimal): -13569949 or 6549552. OLE color: 6549552.

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

Color convert

RGB 48 240 99 -
CMYK 0.8 0 0.59 0.06
HSL 135.94º 0.86% 0.56% -
HSV(B) 135.94º 0.8% 0.94% -
XYZ 34.63 63.85 22.3 -
YUV 166.52 89.89 43.46 -
System Red Green Blue C M Y K H S L
Decimal 48 240 99 0.8 0 0.59 0.06 135.94 0.86 0.56
Hex 30 F0 63 50 0 3B 6 88 56 38
Octal 60 360 143 120 0 73 6 210 126 70
Binary 110000 11110000 1100011 1010000 0 111011 110 10001000 1010110 111000

Color Harmonies of #30F063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F063

Black with #30F063

Text Example


Text Example

White with #30F063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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