#30ED64

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

Shades of Malachite #30ED64

Tints of Malachite #30ED64

Color information

#30ED64 (or 0x30ED64) is unknown color: approx Malachite. HEX triplet: 30, ED and 64. RGB value is (48,237,100). Sum of RGB (Red+Green+Blue) = 48+237+100=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 237 (92.97% from 255 or 61.56% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 237 - color contains mainly: green. Hex color #30ED64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30ED64 is #CF129B. Grayscale: #A5A5A5. Windows color (decimal): -13570716 or 6614320. OLE color: 6614320.

HSL color Cylindrical-coordinate representation of color #30ED64: hue angle of 136.51º degrees, saturation: 0.84, 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 #30ED64 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB48237100-
CMYK0.8000.580.07
HSL136.51º84%55.88%-
HSV(B)136.51º79.75%92.94%-
XYZ33.862.1222.26-
YUV164.8791.3844.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.47%
GREEN value IS 237 (92.97% from 255) = 61.56%
BLUE value IS 100 (39.45% from 255) = 25.97%
R=12.47%
G=61.56%
B=25.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal482371000.8000.580.07136.518455.88
Hex30ED645003A7895438
Octal60355144120072721112470
Binary11000011101101110010010100000111010111100010011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30ED64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,237,100); }

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

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

 a { background-color: rgb(48,237,100); }

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

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

 span { border-color: rgb(48,237,100); }

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