Html Css Color HEX #30F54C Malachite

📋 copy color: '#30F54C'

red 48 ◦ green 245 ◦ blue 76

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

Shades of Malachite #30F54C

Tints of Malachite #30F54C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 66.4%

 BLUE value IS 76 (30.08% from 255) = 20.6%

R = 13.01%
G = 66.4%
B = 20.6%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#30F54C (or 0x30F54C) is known color: Malachite. HEX triplet: 30, F5 and 4C. RGB value is (48,245,76). Sum of RGB (Red+Green+Blue) = 48+245+76=369 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.01% from 369); Green value is 245 (96.09% from 255 or 66.40% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 245 - color contains mainly: green. Hex color #30F54C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F54C is #CF0AB3. Grayscale: #A7A7A7. Windows color (decimal): -13568692 or 5043504. OLE color: 5043504.

HSL color Cylindrical-coordinate representation of color #30F54C: hue angle of 128.53º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F54C is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 245 76 -
CMYK 0.80 0 0.69 0.04
HSL 128.53º 0.91% 0.57% -
HSV(B) 128.53º 0.8% 0.96% -
XYZ 35.18 66.45 17.81 -
YUV 166.83 76.73 43.24 -
System Red Green Blue C M Y K H S L
Decimal 48 245 76 0.80 0 0.69 0.04 128.53 0.91 0.57
Hex 30 F5 4C 50 0 45 4 81 5B 39
Octal 60 365 114 120 0 105 4 201 133 71
Binary 110000 11110101 1001100 1010000 0 1000101 100 10000001 1011011 111001

Color Harmonies of #30F54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F54C

Black with #30F54C

Text Example


Text Example

White with #30F54C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,245,76); }

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

background-color css

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

 a { background-color: rgb(48,245,76); }

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

border-color css

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

 span { border-color: rgb(48,245,76); }

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