Html Css Color HEX #30EC60 Malachite

📋 copy color: '#30EC60'

red 48 ◦ green 236 ◦ blue 96

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

Shades of Malachite #30EC60

Tints of Malachite #30EC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.26%

R = 12.63%
G = 62.11%
B = 25.26%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#30EC60 (or 0x30EC60) is known color: Malachite. HEX triplet: 30, EC and 60. RGB value is (48,236,96). Sum of RGB (Red+Green+Blue) = 48+236+96=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 236 (92.58% from 255 or 62.11% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 236 - color contains mainly: green. Hex color #30EC60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EC60 is #CF139F. Grayscale: #A4A4A4. Windows color (decimal): -13570976 or 6351920. OLE color: 6351920.

HSL color Cylindrical-coordinate representation of color #30EC60: hue angle of 135.32º 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 #30EC60 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 236 96 -
CMYK 0.80 0 0.59 0.07
HSL 135.32º 0.83% 0.56% -
HSV(B) 135.32º 0.8% 0.93% -
XYZ 33.33 61.46 21.17 -
YUV 163.83 89.72 45.38 -
System Red Green Blue C M Y K H S L
Decimal 48 236 96 0.80 0 0.59 0.07 135.32 0.83 0.56
Hex 30 EC 60 50 0 3B 7 87 53 38
Octal 60 354 140 120 0 73 7 207 123 70
Binary 110000 11101100 1100000 1010000 0 111011 111 10000111 1010011 111000

Color Harmonies of #30EC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EC60

Black with #30EC60

Text Example


Text Example

White with #30EC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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