#30EF60

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

Shades of Malachite #30EF60

Tints of Malachite #30EF60

Color information

#30EF60 (or 0x30EF60) is unknown color: approx Malachite. HEX triplet: 30, EF and 60. RGB value is (48,239,96). Sum of RGB (Red+Green+Blue) = 48+239+96=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 239 (93.75% from 255 or 62.40% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 239 - color contains mainly: green. Hex color #30EF60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EF60 is #CF109F. Grayscale: #A5A5A5. Windows color (decimal): -13570208 or 6352688. OLE color: 6352688.

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

Color convert

RGB4823996-
CMYK0.8000.600.06
HSL135.08º85.65%56.27%-
HSV(B)135.08º79.92%93.73%-
XYZ34.263.2121.46-
YUV165.5988.7244.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.53%
GREEN value IS 239 (93.75% from 255) = 62.40%
BLUE value IS 96 (37.89% from 255) = 25.07%
R=12.53%
G=62.40%
B=25.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal48239960.8000.600.06135.0885.6556.27
Hex30EF605003C6875638
Octal60357140120074620712670
Binary11000011101111110000010100000111100110100001111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30EF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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