Html Css Color HEX #30EA5D Malachite

📋 copy color: '#30EA5D'

red 48 ◦ green 234 ◦ blue 93

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

Shades of Malachite #30EA5D

Tints of Malachite #30EA5D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 62.4%

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

R = 12.8%
G = 62.4%
B = 24.8%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#30EA5D (or 0x30EA5D) is known color: Malachite. HEX triplet: 30, EA and 5D. RGB value is (48,234,93). Sum of RGB (Red+Green+Blue) = 48+234+93=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 234 (91.80% from 255 or 62.4% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 234 - color contains mainly: green. Hex color #30EA5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EA5D is #CF15A2. Grayscale: #A2A2A2. Windows color (decimal): -13571491 or 6154800. OLE color: 6154800.

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

Color convert

RGB 48 234 93 -
CMYK 0.79 0 0.60 0.08
HSL 134.52º 0.82% 0.55% -
HSV(B) 134.52º 0.79% 0.92% -
XYZ 32.62 60.26 20.27 -
YUV 162.31 88.88 46.46 -
System Red Green Blue C M Y K H S L
Decimal 48 234 93 0.79 0 0.60 0.08 134.52 0.82 0.55
Hex 30 EA 5D 4F 0 3C 8 87 52 37
Octal 60 352 135 117 0 74 10 207 122 67
Binary 110000 11101010 1011101 1001111 0 111100 1000 10000111 1010010 110111

Color Harmonies of #30EA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EA5D

Black with #30EA5D

Text Example


Text Example

White with #30EA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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