#30FF60

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

Shades of Malachite #30FF60

Tints of Malachite #30FF60

Color information

#30FF60 (or 0x30FF60) is unknown color: approx Malachite. HEX triplet: 30, FF and 60. RGB value is (48,255,96). Sum of RGB (Red+Green+Blue) = 48+255+96=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 255 (100% from 255 or 63.91% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FF60 is #CF009F. Grayscale: #AFAFAF. Windows color (decimal): -13566112 or 6356784. OLE color: 6356784.

HSL color Cylindrical-coordinate representation of color #30FF60: hue angle of 133.91º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FF60 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB4825596-
CMYK0.8100.620
HSL133.91º100%59.41%-
HSV(B)133.91º81.18%100%-
XYZ39.0972.9923.1-
YUV174.9883.4237.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.03%
GREEN value IS 255 (100% from 255) = 63.91%
BLUE value IS 96 (37.89% from 255) = 24.06%
R=12.03%
G=63.91%
B=24.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal48255960.8100.620133.9110059.41
Hex30FF605103E086643b
Octal60377140121076020614473
Binary110000111111111100000101000101111100100001101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30FF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,255,96); }

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

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

 a { background-color: rgb(48,255,96); }

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

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

 span { border-color: rgb(48,255,96); }

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