Html Css Color HEX #30D358 Malachite

📋 copy color: '#30D358'

red 48 ◦ green 211 ◦ blue 88

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

Shades of Malachite #30D358

Tints of Malachite #30D358

RGB

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

 GREEN value IS 211 (82.81% from 255) = 60.81%

 BLUE value IS 88 (34.77% from 255) = 25.36%

R = 13.83%
G = 60.81%
B = 25.36%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#30D358 (or 0x30D358) is known color: Malachite. HEX triplet: 30, D3 and 58. RGB value is (48,211,88). Sum of RGB (Red+Green+Blue) = 48+211+88=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 211 (82.81% from 255 or 60.81% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 211 - color contains mainly: green. Hex color #30D358 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D358 is #CF2CA7. Grayscale: #949494. Windows color (decimal): -13577384 or 5821232. OLE color: 5821232.

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

Color convert

RGB 48 211 88 -
CMYK 0.77 0 0.58 0.17
HSL 134.72º 0.65% 0.51% -
HSV(B) 134.72º 0.77% 0.83% -
XYZ 26.27 47.92 17.1 -
YUV 148.24 94 56.5 -
System Red Green Blue C M Y K H S L
Decimal 48 211 88 0.77 0 0.58 0.17 134.72 0.65 0.51
Hex 30 D3 58 4D 0 3A 11 87 41 33
Octal 60 323 130 115 0 72 21 207 101 63
Binary 110000 11010011 1011000 1001101 0 111010 10001 10000111 1000001 110011

Color Harmonies of #30D358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D358

Black with #30D358

Text Example


Text Example

White with #30D358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,211,88); }

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

background-color css

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

 a { background-color: rgb(48,211,88); }

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

border-color css

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

 span { border-color: rgb(48,211,88); }

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