Html Css Color HEX #30EB5D Malachite

📋 copy color: '#30EB5D'

red 48 ◦ green 235 ◦ blue 93

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

Shades of Malachite #30EB5D

Tints of Malachite #30EB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.73%

R = 12.77%
G = 62.5%
B = 24.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#30EB5D (or 0x30EB5D) is known color: Malachite. HEX triplet: 30, EB and 5D. RGB value is (48,235,93). Sum of RGB (Red+Green+Blue) = 48+235+93=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 235 (92.19% from 255 or 62.5% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 235 - color contains mainly: green. Hex color #30EB5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EB5D is #CF14A2. Grayscale: #A3A3A3. Windows color (decimal): -13571235 or 6155056. OLE color: 6155056.

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

Color convert

RGB 48 235 93 -
CMYK 0.80 0 0.60 0.08
HSL 134.44º 0.82% 0.55% -
HSV(B) 134.44º 0.8% 0.92% -
XYZ 32.9 60.84 20.36 -
YUV 162.9 88.55 46.05 -
System Red Green Blue C M Y K H S L
Decimal 48 235 93 0.80 0 0.60 0.08 134.44 0.82 0.55
Hex 30 EB 5D 50 0 3C 8 86 52 37
Octal 60 353 135 120 0 74 10 206 122 67
Binary 110000 11101011 1011101 1010000 0 111100 1000 10000110 1010010 110111

Color Harmonies of #30EB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EB5D

Black with #30EB5D

Text Example


Text Example

White with #30EB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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