Html Css Color HEX #30ED64 Malachite

📋 copy color: '#30ED64'

red 48 ◦ green 237 ◦ blue 100

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

Shades of Malachite #30ED64

Tints of Malachite #30ED64

RGB

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

 GREEN value IS 237 (92.97% from 255) = 61.56%

 BLUE value IS 100 (39.45% from 255) = 25.97%

R = 12.47%
G = 61.56%
B = 25.97%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#30ED64 (or 0x30ED64) is known color: Malachite. HEX triplet: 30, ED and 64. RGB value is (48,237,100). Sum of RGB (Red+Green+Blue) = 48+237+100=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 237 (92.97% from 255 or 61.56% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 237 - color contains mainly: green. Hex color #30ED64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30ED64 is #CF129B. Grayscale: #A5A5A5. Windows color (decimal): -13570716 or 6614320. OLE color: 6614320.

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

Color convert

RGB 48 237 100 -
CMYK 0.80 0 0.58 0.07
HSL 136.51º 0.84% 0.56% -
HSV(B) 136.51º 0.8% 0.93% -
XYZ 33.8 62.12 22.26 -
YUV 164.87 91.38 44.64 -
System Red Green Blue C M Y K H S L
Decimal 48 237 100 0.80 0 0.58 0.07 136.51 0.84 0.56
Hex 30 ED 64 50 0 3A 7 89 54 38
Octal 60 355 144 120 0 72 7 211 124 70
Binary 110000 11101101 1100100 1010000 0 111010 111 10001001 1010100 111000

Color Harmonies of #30ED64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ED64

Black with #30ED64

Text Example


Text Example

White with #30ED64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,237,100); }

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

background-color css

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

 a { background-color: rgb(48,237,100); }

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

border-color css

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

 span { border-color: rgb(48,237,100); }

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