Html Css Color HEX #30F74C Malachite

📋 copy color: '#30F74C'

red 48 ◦ green 247 ◦ blue 76

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

Shades of Malachite #30F74C

Tints of Malachite #30F74C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 66.58%

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

R = 12.94%
G = 66.58%
B = 20.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#30F74C (or 0x30F74C) is known color: Malachite. HEX triplet: 30, F7 and 4C. RGB value is (48,247,76). Sum of RGB (Red+Green+Blue) = 48+247+76=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 247 (96.88% from 255 or 66.58% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 247 - color contains mainly: green. Hex color #30F74C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F74C is #CF08B3. Grayscale: #A8A8A8. Windows color (decimal): -13568180 or 5044016. OLE color: 5044016.

HSL color Cylindrical-coordinate representation of color #30F74C: hue angle of 128.44º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F74C is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 48 247 76 -
CMYK 0.81 0 0.69 0.03
HSL 128.44º 0.93% 0.58% -
HSV(B) 128.44º 0.81% 0.97% -
XYZ 35.78 67.67 18.01 -
YUV 168.01 76.07 42.4 -
System Red Green Blue C M Y K H S L
Decimal 48 247 76 0.81 0 0.69 0.03 128.44 0.93 0.58
Hex 30 F7 4C 51 0 45 3 80 5D 3A
Octal 60 367 114 121 0 105 3 200 135 72
Binary 110000 11110111 1001100 1010001 0 1000101 11 10000000 1011101 111010

Color Harmonies of #30F74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F74C

Black with #30F74C

Text Example


Text Example

White with #30F74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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