Html Css Color HEX #30F062 Malachite

📋 copy color: '#30F062'

red 48 ◦ green 240 ◦ blue 98

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

Shades of Malachite #30F062

Tints of Malachite #30F062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.39%

R = 12.44%
G = 62.18%
B = 25.39%

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

#30F062 (or 0x30F062) is known color: Malachite. HEX triplet: 30, F0 and 62. RGB value is (48,240,98). Sum of RGB (Red+Green+Blue) = 48+240+98=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 240 (94.14% from 255 or 62.18% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 240 - color contains mainly: green. Hex color #30F062 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F062 is #CF0F9D. Grayscale: #A6A6A6. Windows color (decimal): -13569950 or 6484016. OLE color: 6484016.

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

Color convert

RGB 48 240 98 -
CMYK 0.8 0 0.59 0.06
HSL 135.63º 0.86% 0.56% -
HSV(B) 135.63º 0.8% 0.94% -
XYZ 34.58 63.83 22.05 -
YUV 166.4 89.39 43.55 -
System Red Green Blue C M Y K H S L
Decimal 48 240 98 0.8 0 0.59 0.06 135.63 0.86 0.56
Hex 30 F0 62 50 0 3B 6 88 56 38
Octal 60 360 142 120 0 73 6 210 126 70
Binary 110000 11110000 1100010 1010000 0 111011 110 10001000 1010110 111000

Color Harmonies of #30F062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F062

Black with #30F062

Text Example


Text Example

White with #30F062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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