Html Css Color HEX #30EB64 Malachite

📋 copy color: '#30EB64'

red 48 ◦ green 235 ◦ blue 100

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

Shades of Malachite #30EB64

Tints of Malachite #30EB64

RGB

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

 GREEN value IS 235 (92.19% from 255) = 61.36%

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

R = 12.53%
G = 61.36%
B = 26.11%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#30EB64 (or 0x30EB64) is known color: Malachite. HEX triplet: 30, EB and 64. RGB value is (48,235,100). Sum of RGB (Red+Green+Blue) = 48+235+100=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 235 (92.19% from 255 or 61.36% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 235 - color contains mainly: green. Hex color #30EB64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EB64 is #CF149B. Grayscale: #A4A4A4. Windows color (decimal): -13571228 or 6613808. OLE color: 6613808.

HSL color Cylindrical-coordinate representation of color #30EB64: hue angle of 136.68º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EB64 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 235 100 -
CMYK 0.80 0 0.57 0.08
HSL 136.68º 0.82% 0.55% -
HSV(B) 136.68º 0.8% 0.92% -
XYZ 33.23 60.97 22.07 -
YUV 163.7 92.05 45.48 -
System Red Green Blue C M Y K H S L
Decimal 48 235 100 0.80 0 0.57 0.08 136.68 0.82 0.55
Hex 30 EB 64 50 0 39 8 89 52 37
Octal 60 353 144 120 0 71 10 211 122 67
Binary 110000 11101011 1100100 1010000 0 111001 1000 10001001 1010010 110111

Color Harmonies of #30EB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EB64

Black with #30EB64

Text Example


Text Example

White with #30EB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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