#30E65A

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

Shades of Malachite #30E65A

Tints of Malachite #30E65A

Color information

#30E65A (or 0x30E65A) is unknown color: approx Malachite. HEX triplet: 30, E6 and 5A. RGB value is (48,230,90). Sum of RGB (Red+Green+Blue) = 48+230+90=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 230 (90.23% from 255 or 62.5% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 230 - color contains mainly: green. Hex color #30E65A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30E65A is #CF19A5. Grayscale: #A0A0A0. Windows color (decimal): -13572518 or 5957168. OLE color: 5957168.

HSL color Cylindrical-coordinate representation of color #30E65A: hue angle of 133.85º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E65A is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB4823090-
CMYK0.7900.610.10
HSL133.85º78.45%54.51%-
HSV(B)133.85º79.13%90.2%-
XYZ31.3657.9619.21-
YUV159.6288.748.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.04%
GREEN value IS 230 (90.23% from 255) = 62.5%
BLUE value IS 90 (35.55% from 255) = 24.46%
R=13.04%
G=62.5%
B=24.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal48230900.7900.610.10133.8578.4554.51
Hex30E65A4F03DA864e37
Octal603461321170751220611667
Binary110000111001101011010100111101111011010100001101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,230,90); }

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

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

 a { background-color: rgb(48,230,90); }

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

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

 span { border-color: rgb(48,230,90); }

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