#30EC68

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

Shades of Malachite #30EC68

Tints of Malachite #30EC68

Color information

#30EC68 (or 0x30EC68) is unknown color: approx Malachite. HEX triplet: 30, EC and 68. RGB value is (48,236,104). Sum of RGB (Red+Green+Blue) = 48+236+104=388 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.37% from 388); Green value is 236 (92.58% from 255 or 60.82% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 236 - color contains mainly: green. Hex color #30EC68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EC68 is #CF1397. Grayscale: #A5A5A5. Windows color (decimal): -13570968 or 6876208. OLE color: 6876208.

HSL color Cylindrical-coordinate representation of color #30EC68: hue angle of 137.87º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EC68 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB48236104-
CMYK0.8000.560.07
HSL137.87º83.19%55.69%-
HSV(B)137.87º79.66%92.55%-
XYZ33.7161.6223.21-
YUV164.7493.7244.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.37%
GREEN value IS 236 (92.58% from 255) = 60.82%
BLUE value IS 104 (41.02% from 255) = 26.80%
R=12.37%
G=60.82%
B=26.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal482361040.8000.560.07137.8783.1955.69
Hex30EC685003878a5338
Octal60354150120070721212370
Binary11000011101100110100010100000111000111100010101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30EC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,236,104); }

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

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

 a { background-color: rgb(48,236,104); }

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

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

 span { border-color: rgb(48,236,104); }

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