Html Css Color HEX #30EC50 Malachite

📋 copy color: '#30EC50'

red 48 ◦ green 236 ◦ blue 80

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

Shades of Malachite #30EC50

Tints of Malachite #30EC50

RGB

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

 GREEN value IS 236 (92.58% from 255) = 64.84%

 BLUE value IS 80 (31.64% from 255) = 21.98%

R = 13.19%
G = 64.84%
B = 21.98%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#30EC50 (or 0x30EC50) is known color: Malachite. HEX triplet: 30, EC and 50. RGB value is (48,236,80). Sum of RGB (Red+Green+Blue) = 48+236+80=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 236 (92.58% from 255 or 64.84% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 236 - color contains mainly: green. Hex color #30EC50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EC50 is #CF13AF. Grayscale: #A2A2A2. Windows color (decimal): -13570992 or 5303344. OLE color: 5303344.

HSL color Cylindrical-coordinate representation of color #30EC50: hue angle of 130.21º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EC50 is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 236 80 -
CMYK 0.80 0 0.66 0.07
HSL 130.21º 0.83% 0.56% -
HSV(B) 130.21º 0.8% 0.93% -
XYZ 32.66 61.2 17.68 -
YUV 162 81.72 46.68 -
System Red Green Blue C M Y K H S L
Decimal 48 236 80 0.80 0 0.66 0.07 130.21 0.83 0.56
Hex 30 EC 50 50 0 42 7 82 53 38
Octal 60 354 120 120 0 102 7 202 123 70
Binary 110000 11101100 1010000 1010000 0 1000010 111 10000010 1010011 111000

Color Harmonies of #30EC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EC50

Black with #30EC50

Text Example


Text Example

White with #30EC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,236,80); }

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

background-color css

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

 a { background-color: rgb(48,236,80); }

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

border-color css

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

 span { border-color: rgb(48,236,80); }

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