Html Css Color HEX #30D45B Malachite

📋 copy color: '#30D45B'

red 48 ◦ green 212 ◦ blue 91

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

Shades of Malachite #30D45B

Tints of Malachite #30D45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.93%

R = 13.68%
G = 60.4%
B = 25.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#30D45B (or 0x30D45B) is known color: Malachite. HEX triplet: 30, D4 and 5B. RGB value is (48,212,91). Sum of RGB (Red+Green+Blue) = 48+212+91=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 212 (83.20% from 255 or 60.40% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 212 - color contains mainly: green. Hex color #30D45B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D45B is #CF2BA4. Grayscale: #959595. Windows color (decimal): -13577125 or 6018096. OLE color: 6018096.

HSL color Cylindrical-coordinate representation of color #30D45B: hue angle of 135.73º 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 #30D45B is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 48 212 91 -
CMYK 0.77 0 0.57 0.17
HSL 135.73º 0.66% 0.51% -
HSV(B) 135.73º 0.77% 0.83% -
XYZ 26.65 48.47 17.85 -
YUV 149.17 95.17 55.84 -
System Red Green Blue C M Y K H S L
Decimal 48 212 91 0.77 0 0.57 0.17 135.73 0.66 0.51
Hex 30 D4 5B 4D 0 39 11 88 42 33
Octal 60 324 133 115 0 71 21 210 102 63
Binary 110000 11010100 1011011 1001101 0 111001 10001 10001000 1000010 110011

Color Harmonies of #30D45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D45B

Black with #30D45B

Text Example


Text Example

White with #30D45B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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