#30FC51

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

Shades of Malachite #30FC51

Tints of Malachite #30FC51

Color information

#30FC51 (or 0x30FC51) is unknown color: approx Malachite. HEX triplet: 30, FC and 51. RGB value is (48,252,81). Sum of RGB (Red+Green+Blue) = 48+252+81=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 252 (98.83% from 255 or 66.14% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 252 - color contains mainly: green. Hex color #30FC51 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FC51 is #CF03AE. Grayscale: #ABABAB. Windows color (decimal): -13566895 or 5372976. OLE color: 5372976.

HSL color Cylindrical-coordinate representation of color #30FC51: hue angle of 129.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 #30FC51 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB4825281-
CMYK0.8100.680.01
HSL129.71º97.14%58.82%-
HSV(B)129.71º80.95%98.82%-
XYZ37.5170.8419.48-
YUV171.5176.9139.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.60%
GREEN value IS 252 (98.83% from 255) = 66.14%
BLUE value IS 81 (32.03% from 255) = 21.26%
R=12.60%
G=66.14%
B=21.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal48252810.8100.680.01129.7197.1458.82
Hex30FC5151044182613b
Octal603741211210104120214173
Binary1100001111110010100011010001010001001100000101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30FC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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