#30F36D

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

Shades of Malachite #30F36D

Tints of Malachite #30F36D

Color information

#30F36D (or 0x30F36D) is unknown color: approx Malachite. HEX triplet: 30, F3 and 6D. RGB value is (48,243,109). Sum of RGB (Red+Green+Blue) = 48+243+109=400 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12% from 400); Green value is 243 (95.31% from 255 or 60.75% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 243 - color contains mainly: green. Hex color #30F36D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F36D is #CF0C92. Grayscale: #A9A9A9. Windows color (decimal): -13569171 or 7205680. OLE color: 7205680.

HSL color Cylindrical-coordinate representation of color #30F36D: hue angle of 138.77º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F36D is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB48243109-
CMYK0.8000.550.05
HSL138.77º89.04%57.06%-
HSV(B)138.77º80.25%95.29%-
XYZ36.0365.8325.28-
YUV169.4293.941.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12%
GREEN value IS 243 (95.31% from 255) = 60.75%
BLUE value IS 109 (42.97% from 255) = 27.25%
R=12%
G=60.75%
B=27.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal482431090.8000.550.05138.7789.0457.06
Hex30F36D5003758b5939
Octal60363155120067521313171
Binary11000011110011110110110100000110111101100010111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,243,109); }

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

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

 a { background-color: rgb(48,243,109); }

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

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

 span { border-color: rgb(48,243,109); }

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