Html Css Color HEX #30D25D Malachite

📋 copy color: '#30D25D'

red 48 ◦ green 210 ◦ blue 93

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

Shades of Malachite #30D25D

Tints of Malachite #30D25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 59.83%

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

R = 13.68%
G = 59.83%
B = 26.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#30D25D (or 0x30D25D) is known color: Malachite. HEX triplet: 30, D2 and 5D. RGB value is (48,210,93). Sum of RGB (Red+Green+Blue) = 48+210+93=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 210 (82.42% from 255 or 59.83% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 210 - color contains mainly: green. Hex color #30D25D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D25D is #CF2DA2. Grayscale: #949494. Windows color (decimal): -13577635 or 6148656. OLE color: 6148656.

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

Color convert

RGB 48 210 93 -
CMYK 0.77 0 0.56 0.18
HSL 136.67º 0.64% 0.51% -
HSV(B) 136.67º 0.77% 0.82% -
XYZ 26.24 47.51 18.14 -
YUV 148.22 96.83 56.51 -
System Red Green Blue C M Y K H S L
Decimal 48 210 93 0.77 0 0.56 0.18 136.67 0.64 0.51
Hex 30 D2 5D 4D 0 38 12 89 40 33
Octal 60 322 135 115 0 70 22 211 100 63
Binary 110000 11010010 1011101 1001101 0 111000 10010 10001001 1000000 110011

Color Harmonies of #30D25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D25D

Black with #30D25D

Text Example


Text Example

White with #30D25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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