#30FC62

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

Shades of Malachite #30FC62

Tints of Malachite #30FC62

Color information

#30FC62 (or 0x30FC62) is unknown color: approx Malachite. HEX triplet: 30, FC and 62. RGB value is (48,252,98). Sum of RGB (Red+Green+Blue) = 48+252+98=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 252 (98.83% from 255 or 63.32% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 252 - color contains mainly: green. Hex color #30FC62 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FC62 is #CF039D. Grayscale: #ADADAD. Windows color (decimal): -13566878 or 6487088. OLE color: 6487088.

HSL color Cylindrical-coordinate representation of color #30FC62: hue angle of 134.71º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FC62 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB4825298-
CMYK0.8100.610.01
HSL134.71º97.14%58.82%-
HSV(B)134.71º80.95%98.82%-
XYZ38.2371.1323.27-
YUV173.4585.4138.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.06%
GREEN value IS 252 (98.83% from 255) = 63.32%
BLUE value IS 98 (38.67% from 255) = 24.62%
R=12.06%
G=63.32%
B=24.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal48252980.8100.610.01134.7197.1458.82
Hex30FC625103D187613b
Octal60374142121075120714173
Binary110000111111001100010101000101111011100001111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30FC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,252,98); }

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

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

 a { background-color: rgb(48,252,98); }

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

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

 span { border-color: rgb(48,252,98); }

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