#30FC53

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

Shades of Malachite #30FC53

Tints of Malachite #30FC53

Color information

#30FC53 (or 0x30FC53) is unknown color: approx Malachite. HEX triplet: 30, FC and 53. RGB value is (48,252,83). Sum of RGB (Red+Green+Blue) = 48+252+83=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 252 (98.83% from 255 or 65.80% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 252 - color contains mainly: green. Hex color #30FC53 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FC53 is #CF03AC. Grayscale: #ACACAC. Windows color (decimal): -13566893 or 5504048. OLE color: 5504048.

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

Color convert

RGB4825283-
CMYK0.8100.670.01
HSL130.29º97.14%58.82%-
HSV(B)130.29º80.95%98.82%-
XYZ37.5970.8719.88-
YUV171.7477.9139.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.53%
GREEN value IS 252 (98.83% from 255) = 65.80%
BLUE value IS 83 (32.81% from 255) = 21.67%
R=12.53%
G=65.80%
B=21.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal48252830.8100.670.01130.2997.1458.82
Hex30FC5351043182613b
Octal603741231210103120214173
Binary1100001111110010100111010001010000111100000101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30FC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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