Html Css Color HEX #30D45E Malachite

📋 copy color: '#30D45E'

red 48 ◦ green 212 ◦ blue 94

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

Shades of Malachite #30D45E

Tints of Malachite #30D45E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 59.89%

 BLUE value IS 94 (37.11% from 255) = 26.55%

R = 13.56%
G = 59.89%
B = 26.55%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#30D45E (or 0x30D45E) is known color: Malachite. HEX triplet: 30, D4 and 5E. RGB value is (48,212,94). Sum of RGB (Red+Green+Blue) = 48+212+94=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 212 (83.20% from 255 or 59.89% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 212 - color contains mainly: green. Hex color #30D45E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D45E is #CF2BA1. Grayscale: #959595. Windows color (decimal): -13577122 or 6214704. OLE color: 6214704.

HSL color Cylindrical-coordinate representation of color #30D45E: hue angle of 136.83º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D45E is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 48 212 94 -
CMYK 0.77 0 0.56 0.17
HSL 136.83º 0.66% 0.51% -
HSV(B) 136.83º 0.77% 0.83% -
XYZ 26.78 48.52 18.54 -
YUV 149.51 96.67 55.59 -
System Red Green Blue C M Y K H S L
Decimal 48 212 94 0.77 0 0.56 0.17 136.83 0.66 0.51
Hex 30 D4 5E 4D 0 38 11 89 42 33
Octal 60 324 136 115 0 70 21 211 102 63
Binary 110000 11010100 1011110 1001101 0 111000 10001 10001001 1000010 110011

Color Harmonies of #30D45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D45E

Black with #30D45E

Text Example


Text Example

White with #30D45E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,212,94); }

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

background-color css

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

 a { background-color: rgb(48,212,94); }

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

border-color css

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

 span { border-color: rgb(48,212,94); }

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