Html Css Color HEX #30F059 Malachite

📋 copy color: '#30F059'

red 48 ◦ green 240 ◦ blue 89

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

Shades of Malachite #30F059

Tints of Malachite #30F059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.61%

R = 12.73%
G = 63.66%
B = 23.61%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#30F059 (or 0x30F059) is known color: Malachite. HEX triplet: 30, F0 and 59. RGB value is (48,240,89). Sum of RGB (Red+Green+Blue) = 48+240+89=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 240 (94.14% from 255 or 63.66% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 240 - color contains mainly: green. Hex color #30F059 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F059 is #CF0FA6. Grayscale: #A5A5A5. Windows color (decimal): -13569959 or 5894192. OLE color: 5894192.

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

Color convert

RGB 48 240 89 -
CMYK 0.8 0 0.63 0.06
HSL 132.81º 0.86% 0.56% -
HSV(B) 132.81º 0.8% 0.94% -
XYZ 34.18 63.67 19.94 -
YUV 165.38 84.89 44.28 -
System Red Green Blue C M Y K H S L
Decimal 48 240 89 0.8 0 0.63 0.06 132.81 0.86 0.56
Hex 30 F0 59 50 0 3F 6 85 56 38
Octal 60 360 131 120 0 77 6 205 126 70
Binary 110000 11110000 1011001 1010000 0 111111 110 10000101 1010110 111000

Color Harmonies of #30F059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F059

Black with #30F059

Text Example


Text Example

White with #30F059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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