Html Css Color HEX #30D25C Malachite

📋 copy color: '#30D25C'

red 48 ◦ green 210 ◦ blue 92

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

Shades of Malachite #30D25C

Tints of Malachite #30D25C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 13.71%
G = 60%
B = 26.29%

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

#30D25C (or 0x30D25C) is known color: Malachite. HEX triplet: 30, D2 and 5C. RGB value is (48,210,92). Sum of RGB (Red+Green+Blue) = 48+210+92=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 210 (82.42% from 255 or 60% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 210 - color contains mainly: green. Hex color #30D25C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D25C is #CF2DA3. Grayscale: #949494. Windows color (decimal): -13577636 or 6083120. OLE color: 6083120.

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

Color convert

RGB 48 210 92 -
CMYK 0.77 0 0.56 0.18
HSL 136.3º 0.64% 0.51% -
HSV(B) 136.3º 0.77% 0.82% -
XYZ 26.2 47.49 17.91 -
YUV 148.11 96.33 56.59 -
System Red Green Blue C M Y K H S L
Decimal 48 210 92 0.77 0 0.56 0.18 136.3 0.64 0.51
Hex 30 D2 5C 4D 0 38 12 88 40 33
Octal 60 322 134 115 0 70 22 210 100 63
Binary 110000 11010010 1011100 1001101 0 111000 10010 10001000 1000000 110011

Color Harmonies of #30D25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D25C

Black with #30D25C

Text Example


Text Example

White with #30D25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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