#30D75E

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

Shades of Malachite #30D75E

Tints of Malachite #30D75E

Color information

#30D75E (or 0x30D75E) is unknown color: approx Malachite. HEX triplet: 30, D7 and 5E. RGB value is (48,215,94). Sum of RGB (Red+Green+Blue) = 48+215+94=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 215 (84.38% from 255 or 60.22% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 215 - color contains mainly: green. Hex color #30D75E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D75E is #CF28A1. Grayscale: #979797. Windows color (decimal): -13576354 or 6215472. OLE color: 6215472.

HSL color Cylindrical-coordinate representation of color #30D75E: hue angle of 136.53º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D75E is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB4821594-
CMYK0.7800.560.16
HSL136.53º67.61%51.57%-
HSV(B)136.53º77.67%84.31%-
XYZ27.5450.0418.8-
YUV151.2795.6754.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.45%
GREEN value IS 215 (84.38% from 255) = 60.22%
BLUE value IS 94 (37.11% from 255) = 26.33%
R=13.45%
G=60.22%
B=26.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal48215940.7800.560.16136.5367.6151.57
Hex30D75E4E03810894434
Octal603271361160702021110464
Binary1100001101011110111101001110011100010000100010011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,215,94); }

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

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

 a { background-color: rgb(48,215,94); }

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

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

 span { border-color: rgb(48,215,94); }

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