#30F54F

Color #30F54F Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #30F54F

Tints of Malachite #30F54F

Color information

#30F54F (or 0x30F54F) is unknown color: approx Malachite. HEX triplet: 30, F5 and 4F. RGB value is (48,245,79). Sum of RGB (Red+Green+Blue) = 48+245+79=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 245 (96.09% from 255 or 65.86% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 245 - color contains mainly: green. Hex color #30F54F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F54F is #CF0AB0. Grayscale: #A7A7A7. Windows color (decimal): -13568689 or 5240112. OLE color: 5240112.

HSL color Cylindrical-coordinate representation of color #30F54F: hue angle of 129.44º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F54F is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB4824579-
CMYK0.8000.680.04
HSL129.44º90.78%57.45%-
HSV(B)129.44º80.41%96.08%-
XYZ35.2866.518.37-
YUV167.1778.2343-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.90%
GREEN value IS 245 (96.09% from 255) = 65.86%
BLUE value IS 79 (31.25% from 255) = 21.24%
R=12.90%
G=65.86%
B=21.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal48245790.8000.680.04129.4490.7857.45
Hex30F54F500444815b39
Octal603651171200104420113371
Binary110000111101011001111101000001000100100100000011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,245,79); }

 H1.HeaderClassName
 {
   color: #30F54F;
 }
 .AnyTagClassName
 {
   color: #30F54F;
 }
</style>
background-color css

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

 a { background-color: rgb(48,245,79); }

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

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

 span { border-color: rgb(48,245,79); }

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