Html Css Color HEX #30D65E Malachite

📋 copy color: '#30D65E'

red 48 ◦ green 214 ◦ blue 94

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

Shades of Malachite #30D65E

Tints of Malachite #30D65E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 60.11%

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

R = 13.48%
G = 60.11%
B = 26.4%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#30D65E (or 0x30D65E) is known color: Malachite. HEX triplet: 30, D6 and 5E. RGB value is (48,214,94). Sum of RGB (Red+Green+Blue) = 48+214+94=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 214 (83.98% from 255 or 60.11% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 214 - color contains mainly: green. Hex color #30D65E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D65E is #CF29A1. Grayscale: #979797. Windows color (decimal): -13576610 or 6215216. OLE color: 6215216.

HSL color Cylindrical-coordinate representation of color #30D65E: hue angle of 136.63º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D65E is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 214 94 -
CMYK 0.78 0 0.56 0.16
HSL 136.63º 0.67% 0.51% -
HSV(B) 136.63º 0.78% 0.84% -
XYZ 27.29 49.53 18.71 -
YUV 150.69 96 54.76 -
System Red Green Blue C M Y K H S L
Decimal 48 214 94 0.78 0 0.56 0.16 136.63 0.67 0.51
Hex 30 D6 5E 4E 0 38 10 89 43 33
Octal 60 326 136 116 0 70 20 211 103 63
Binary 110000 11010110 1011110 1001110 0 111000 10000 10001001 1000011 110011

Color Harmonies of #30D65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D65E

Black with #30D65E

Text Example


Text Example

White with #30D65E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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