Html Css Color HEX #30FD54 Malachite

📋 copy color: '#30FD54'

red 48 ◦ green 253 ◦ blue 84

#30FD54
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #30FD54

Tints of Malachite #30FD54

RGB

 RED value IS 48 (19.14% from 255) = 12.47%

 GREEN value IS 253 (99.22% from 255) = 65.71%

 BLUE value IS 84 (33.2% from 255) = 21.82%

R = 12.47%
G = 65.71%
B = 21.82%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#30FD54 (or 0x30FD54) is known color: Malachite. HEX triplet: 30, FD and 54. RGB value is (48,253,84). Sum of RGB (Red+Green+Blue) = 48+253+84=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 253 (99.22% from 255 or 65.71% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 253 - color contains mainly: green. Hex color #30FD54 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FD54 is #CF02AB. Grayscale: #ACACAC. Windows color (decimal): -13566636 or 5569840. OLE color: 5569840.

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

Color convert

RGB 48 253 84 -
CMYK 0.81 0 0.67 0.01
HSL 130.54º 0.98% 0.59% -
HSV(B) 130.54º 0.81% 0.99% -
XYZ 37.94 71.52 20.19 -
YUV 172.44 78.08 39.24 -
System Red Green Blue C M Y K H S L
Decimal 48 253 84 0.81 0 0.67 0.01 130.54 0.98 0.59
Hex 30 FD 54 51 0 43 1 83 62 3B
Octal 60 375 124 121 0 103 1 203 142 73
Binary 110000 11111101 1010100 1010001 0 1000011 1 10000011 1100010 111011

Color Harmonies of #30FD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FD54

Black with #30FD54

Text Example


Text Example

White with #30FD54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,253,84); }

 H1.HeaderClassName
 {
   color: #30FD54;
 }
 .AnyTagClassName
 {
   color: #30FD54;
 }
</style>

background-color css

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

 a { background-color: rgb(48,253,84); }

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

border-color css

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

 span { border-color: rgb(48,253,84); }

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